Class ControlVisualResizer
A custom control that supports re-sizing of any control by user, at runtime.
Namespace: Binarymission.WPF.Controls.Containers
Assembly: Binarymission.WPF.Controls.Containers.ControlVisualReSizer.dll
Syntax
public class ControlVisualResizer : ContentControl
Constructors
ControlVisualResizer()
Declaration
public ControlVisualResizer()
Properties
Direction
Gets or sets the direction aspect of the re-sizing.
Declaration
public Direction Direction { get; set; }
DropShadowDepth
Gets or sets the drop shadow depth.
Declaration
public double DropShadowDepth { get; set; }
DropShadowOpacity
Gets or sets the drop shadow opacity.
Declaration
public double DropShadowOpacity { get; set; }
EndResizeCommand
Gets the end-resize routed command.
Declaration
public static RoutedCommand EndResizeCommand { get; }
GripperBrush
Gets or sets the gripper brush.
Declaration
public Brush GripperBrush { get; set; }
IsDropShadowEnabled
Gets or sets a value indicating whether this instance is drop shadow enabled.
Declaration
public bool IsDropShadowEnabled { get; set; }
IsGripperEnabled
Gets or sets a value indicating whether the gripper rendering is enabled.
Declaration
public bool IsGripperEnabled { get; set; }
IsGripperVisible
Gets or sets a value indicating whether the gripper is set to visible state.
Declaration
public bool IsGripperVisible { get; set; }
ResizerStyle
Gets or sets the style for the internal resizer grip instance.
Declaration
public Style ResizerStyle { get; set; }
StartResizeCommand
Gets the start-resize routed command.
Declaration
public static RoutedCommand StartResizeCommand { get; }
UpdateSizeCommand
Gets the update-size routed command.
Declaration
public static RoutedCommand UpdateSizeCommand { get; }
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
Declaration
public override void OnApplyTemplate()