'Declaration <FlagsAttribute()> Public Enum AnchorType Inherits System.Enum
[Flags()] public enum AnchorType : System.Enum
[Flags()] __value public enum AnchorType : public System.Enum
[Flags()] public enum class AnchorType : public System.Enum
'Declaration <FlagsAttribute()> Public Enum AnchorType Inherits System.Enum
[Flags()] public enum AnchorType : System.Enum
[Flags()] __value public enum AnchorType : public System.Enum
[Flags()] public enum class AnchorType : public System.Enum
Member | Description |
---|---|
None | The element is not anchored to any edges of its parent. |
Top | The element is anchored to the top edge of its parent. |
Bottom | The element is anchored to the bottom edge of its parent. |
Left | The element is anchored to the left edge of its parent. |
Right | The element is anchored to the right edge of its parent. |
Center | The element is anchored to the center of its parent. |
TopLeft | The element is anchored to the top-left edge of its parent. |
TopRight | The element is anchored to the top-right edge of its parent. |
BottomLeft | The element is anchored to the bottom-left edge of its parent. |
BottomRight | The element is anchored to the bottom-right edge of its parent. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Imaging.AnchorType
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5