WPF › Control Visual Sizer
Control Visual Sizer
.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WPF
A custom Visual Sizer for .NET Controls
5public types
28public members
2namespaces
Assembly
| Assembly | Binarymission.WPF.Controls.Containers.ControlVisualReSizer.dll |
| Root namespace | Binarymission.WPF.Controls.Containers |
| Target frameworks | .NET Framework 4.8, .NET 6 / 8 / 10 |
Getting started
<Window x:Class="MyApp.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:bm="clr-namespace:Binarymission.WPF.Controls.Containers;assembly=Binarymission.WPF.Controls.Containers.ControlVisualReSizer">
<bm:ControlVisualResizer />
</Window>
API reference
Binarymission.WPF.Controls.Containers
class ControlVisualResizer | A custom control that supports re-sizing of any control by user, at runtime. |
enum Direction | Lists the supported direction for resizing action. |
class ResizerGripElementAlignmentConverter | Places the resize grip at the correct end of the control for the resize direction being converted, given the orientation passed as the converter parameter. |
class ResizerGripElementCursorConverter | Maps a resize direction to the mouse cursor shown while the pointer is over the grip. |
Binarymission.WPF.Controls.Containers.SharedResources
class ControlVisualResizerThemeResources | A class that exposes the CRKs for the resource keys that can be re-set by the consuming client code. |