Nevron .NET Vision
Nevron.Chart Namespace / NDecorationAnchor Class / ClampToRuler Property


In This Topic
    ClampToRuler Property (NDecorationAnchor)
    In This Topic
    Gets or sets a value indicating whether the anchor will always be clamped inside the ruler bounds
    Syntax
    'Declaration
     
    
    Public Property ClampToRuler As System.Boolean
    'Usage
     
    
    Dim instance As NDecorationAnchor
    Dim value As System.Boolean
     
    instance.ClampToRuler = value
     
    value = instance.ClampToRuler
    public System.bool ClampToRuler {get; set;}
    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