AbstractSize.RealWidth 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 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.