Share via


AbstractSize.RealWidth Property

Definition

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.

public:
 property double RealWidth { double get(); void set(double value); };
public:
 property double RealWidth { double get(); void set(double value); };
public double RealWidth { get; set; }
member this.RealWidth : double with get, set
Public Property RealWidth As Double

Property Value

Returns Double.

Applies to