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