AbstractSize.RealHeight 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.
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.
public:
property double RealHeight { double get(); void set(double value); };
public:
property double RealHeight { double get(); void set(double value); };
public double RealHeight { get; set; }
member this.RealHeight : double with get, set
Public Property RealHeight As Double
Property Value
Returns Double.