AdornerPlacementSpace Enum
Definition
Namespace: Alternet.FormDesigner.Wpf
Assembly: Alternet.FormDesigner.Wpf.v9.dll
Describes the space in which an adorner is placed.
Syntax
public enum AdornerPlacementSpace
Fields
Name | Description |
---|---|
Designer | The adorner is not affected by transforms of designed controls. |
Layout | The adorner is affected by the layout transform of the adorned element. |
Render | The adorner is affected by the render transform of the adorned element. |