ControlVisualResizer
A custom control that supports re-sizing of any control by user, at runtime.
public class ControlVisualResizer : ContentControl
Inherits from / implements: ContentControl
Members at a glance
Direction | Gets or sets the direction aspect of the re-sizing. |
DropShadowDepth | Gets or sets the drop shadow depth. |
DropShadowOpacity | Gets or sets the drop shadow opacity. |
EndResizeCommand | Gets the end-resize routed command. |
GripperBrush | Gets or sets the gripper brush. |
IsDropShadowEnabled | Gets or sets a value indicating whether this instance is drop shadow enabled. |
IsGripperEnabled | Gets or sets a value indicating whether the gripper rendering is enabled. |
IsGripperVisible | Gets or sets a value indicating whether the gripper is set to visible state. |
ResizerStyle | Gets or sets the style for the internal resizer grip instance. |
StartResizeCommand | Gets the start-resize routed command. |
UpdateSizeCommand | Gets the update-size routed command. |
OnApplyTemplate | When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. |
DirectionProperty | The direction property |
DropShadowDepthProperty | The drop shadow depth property |
DropShadowOpacityProperty | The drop shadow opacity property |
GripperBrushProperty | The gripper brush property |
IsDropShadowEnabledProperty | The is drop shadow enabled property |
IsGripperEnabledProperty | The is gripper enabled property |
IsGripperVisibleProperty | The is gripper visible property |
ResizerStyleProperty | The resizer style property |
Properties
Direction
Gets or sets the direction aspect of the re-sizing.
Value. The direction.
DropShadowDepth
Gets or sets the drop shadow depth.
Value. The drop shadow depth.
DropShadowOpacity
Gets or sets the drop shadow opacity.
Value. The drop shadow opacity.
EndResizeCommand
Gets the end-resize routed command.
Value. The end-resize routed command.
GripperBrush
Gets or sets the gripper brush.
Value. The gripper brush.
IsDropShadowEnabled
Gets or sets a value indicating whether this instance is drop shadow enabled.
Value. true if this instance is drop shadow enabled; otherwise, false .
IsGripperEnabled
Gets or sets a value indicating whether the gripper rendering is enabled.
Value. true if this instance is gripper enabled; otherwise, false .
IsGripperVisible
Gets or sets a value indicating whether the gripper is set to visible state.
Value. true if this instance is gripper visible; otherwise, false .
ResizerStyle
Gets or sets the style for the internal resizer grip instance.
Value. The resizer style.
StartResizeCommand
Gets the start-resize routed command.
Value. The start-resize routed command.
UpdateSizeCommand
Gets the update-size routed command.
Value. The update-size routed command.
Methods
OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Fields
DirectionProperty
The direction property
DropShadowDepthProperty
The drop shadow depth property
DropShadowOpacityProperty
The drop shadow opacity property
GripperBrushProperty
The gripper brush property
IsDropShadowEnabledProperty
The is drop shadow enabled property
IsGripperEnabledProperty
The is gripper enabled property
IsGripperVisibleProperty
The is gripper visible property
ResizerStyleProperty
The resizer style property