ComponentOne FinancialChart for WPF
C1.WPF Namespace / AnchorMatching Structure / MoveableElementAnchor Property



In This Topic
    MoveableElementAnchor Property
    In This Topic
    Anchor of the element that will be located.
    Syntax
    'Declaration
     
    
    Public Property MoveableElementAnchor As Anchor
    'Usage
     
    
    Dim instance As AnchorMatching
    Dim value As Anchor
     
    instance.MoveableElementAnchor = value
     
    value = instance.MoveableElementAnchor
    public Anchor MoveableElementAnchor {get; set;}
    public:
    property Anchor MoveableElementAnchor {
       Anchor get();
       void set (    Anchor value);
    }
    See Also