In This Topic
Gets or sets the horizontal alignment of cell content.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property HAlign As HAlignType
'Usage
Dim instance As Style
Dim value As HAlignType
instance.HAlign = value
value = instance.HAlign
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public HAlignType HAlign {get; set;}
public read-write property HAlign: HAlignType;
System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
public function get,set HAlign : HAlignType
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public: __property HAlignType get_HAlign();
public: __property void set_HAlign(
HAlignType value
);
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property HAlignType HAlign {
HAlignType get();
void set ( HAlignType value);
}
See Also