AbstractSize Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | AbstractHeight | Gets or sets the abstract height of the size. |
![]() | AbstractWidth | Gets or sets the abstract width of the size. |
![]() | ActualOrientation | The actual orientation of the geometric unit. This is typically determined by the value of the Orientation property of the control or panel in which this structure is used. |
![]() | IsNatural | Determines whether the size's actual orientation matches its natural orientation. |
![]() | NaturalOrientation | The "natural" orientation of the geometric unit, from the perspective of the context in which it is used. For example, it may be most natural to write the layout code for a StackPanel using Vertical orientation since a stack in the real world is a vertical thing. The choice of natural orientation within a given context is not important, as long as the same natural orientation is used consistently throughout that context. |
![]() | RealHeight | The real, non-abstract height of the size. If IsNatural is true, the real height and the abstract height are the same. If IsNatural is false, the real height is the abstract width. |
![]() | RealSize | The real, non-abstract size represented by this structure. If IsNatural is true, the real size and the abstract size are the same. If IsNatural is false, the real size is the inverse of the abstract size. |
![]() | RealWidth | The real, non-abstract width of the size. If IsNatural is true, the real width and the abstract width are the same. If IsNatural is false, the real width is the abstract height. |
