ComponentOne FinancialChart for WPF
VerticalHeaderAlignment Property (C1ProgressIndicator)



C1.WPF Namespace > C1ProgressIndicator Class : VerticalHeaderAlignment Property
Gets or sets the VerticalContentAlignment of the header.
Syntax
'Declaration
 
Public Property VerticalHeaderAlignment As VerticalAlignment
'Usage
 
Dim instance As C1ProgressIndicator
Dim value As VerticalAlignment
 
instance.VerticalHeaderAlignment = value
 
value = instance.VerticalHeaderAlignment
public VerticalAlignment VerticalHeaderAlignment {get; set;}
public:
property VerticalAlignment VerticalHeaderAlignment {
   VerticalAlignment get();
   void set (    VerticalAlignment value);
}
See Also

Reference

C1ProgressIndicator Class
C1ProgressIndicator Members