Enum AdornerPlacementSpace
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Describes the space in which an adorner is placed.
public enum AdornerPlacementSpace
Fields
Designer = 2
The adorner is not affected by transforms of designed controls.
Layout = 1
The adorner is affected by the layout transform of the adorned element.
Render = 0
The adorner is affected by the render transform of the adorned element.