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



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