Share via


AbstractSize.RealSize Property

Definition

The real, non-abstract size represented by this structure. If IsNatural is true, the real size and the abstract size are the same. If IsNatural is false, the real size is the inverse of the abstract size.

public:
 property System::Windows::Size RealSize { System::Windows::Size get(); void set(System::Windows::Size value); };
public System.Windows.Size RealSize { get; set; }
member this.RealSize : System.Windows.Size with get, set
Public Property RealSize As Size

Property Value

Returns Size.

Applies to