Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / OriginalMeasurementUnit Property


In This Topic
    OriginalMeasurementUnit Property (NShapesFactory)
    In This Topic
    Gets the measurement unit in which the shapes are originally defined
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property OriginalMeasurementUnit As NMeasurementUnit
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim value As NMeasurementUnit
     
    value = instance.OriginalMeasurementUnit
    public virtual NMeasurementUnit OriginalMeasurementUnit {get;}
    Remarks
    This implementation returns Pixel
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also