ComponentOne Basic Library for WPF and Silverlight
TextAlignment Property (C1FilePicker)


C1.WPF Namespace > C1FilePicker Class : TextAlignment Property
Gets or sets how the text should be aligned in the C1FilePicker.
Syntax
'Declaration
 
Public Property TextAlignment As System.Windows.TextAlignment
'Usage
 
Dim instance As C1FilePicker
Dim value As System.Windows.TextAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
public System.Windows.TextAlignment TextAlignment {get; set;}
See Also

Reference

C1FilePicker Class
C1FilePicker Members