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