AbstractPoint Properties

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

NameDescription
System_CAPS_pubpropertyAbstractX

Gets or sets the abstract X of the point.

System_CAPS_pubpropertyAbstractY

Gets or sets the abstract Y of the point.

System_CAPS_pubpropertyActualOrientation

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.

System_CAPS_pubpropertyIsNatural

Determines whether the size's actual orientation matches its natural orientation.

System_CAPS_pubpropertyNaturalOrientation

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.

System_CAPS_pubpropertyRealPoint

Gets or sets the real, non-abstract point represented by this structure. If IsNatural is true, the real point and the abstract point are the same. If IsNatural is false, the real point is the inverse of the abstract point.

System_CAPS_pubpropertyRealX

TGets or sets the real, non-abstract X of the point. If IsNatural is true, the real X and the abstract X are the same. If IsNatural is false, the real X is the abstract Y.

System_CAPS_pubpropertyRealY

The real, non-abstract Y of the point. If IsNatural is true, the real Y and the abstract Y are the same. If IsNatural is false, the real Y is the abstract X.

Return to top
Show: