AbstractPoint.IsNatural Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indiates whether the size's actual orientation matches its natural orientation.
public:
property bool IsNatural { bool get(); };
public:
property bool IsNatural { bool get(); };
public bool IsNatural { get; }
member this.IsNatural : bool
Public ReadOnly Property IsNatural As Boolean
Property Value
True if the actual orientation matches the natural orientation, otherwise false.