ComponentOne FinancialChart for WPF
FixedElementAnchor Property



C1.WPF Namespace > AnchorMatching Structure : FixedElementAnchor Property
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

Reference

AnchorMatching Structure
AnchorMatching Members