Halign Property (TitleStyle)
In This Topic
Get or set the horizontal alignment of the title
Syntax
'Declaration
Public Property Halign As System.String
'Usage
Dim instance As TitleStyle
Dim value As System.String
instance.Halign = value
value = instance.Halign
public System.string Halign {get; set;}
public read-write property Halign: System.String;
public function get,set Halign : System.String
public: __property System.string* get_Halign();
public: __property void set_Halign(
System.string* value
);
public:
property System.String^ Halign {
System.String^ get();
void set ( System.String^ value);
}
See Also