Enum ControlManipulationOptions
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Specifies ways how control can be manipulated on the designer surface.
[Flags]
public enum ControlManipulationOptions
Fields
AllowRotate = 1
Control can be rotated.
AllowSkew = 2
Control can be skewed.
None = 0
No manipulation allowed.