ComponentOne FinancialChart for WPF
MoveableElementAnchor Property



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

Reference

AnchorMatching Structure
AnchorMatching Members