Nevron .NET Vision
Nevron.Chart Namespace / NRulerValueDecorationAnchor Class / m_Origin Field


In This Topic
    m_Origin Field (NRulerValueDecorationAnchor)
    In This Topic
    Defines how the offset is to be calculate depending on the ruler origin
    Syntax
    'Declaration
     
    
    Protected m_Origin As HorzAlign
    'Usage
     
    
    Dim instance As NRulerValueDecorationAnchor
    Dim value As HorzAlign
     
    value = instance.m_Origin
     
    instance.m_Origin = value
    protected HorzAlign m_Origin
    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