In This Topic
Gets or sets the text indent.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(0)>
Public Property Indent As System.Integer
'Usage
Dim instance As Style
Dim value As System.Integer
instance.Indent = value
value = instance.Indent
[System.ComponentModel.DefaultValue(0)]
public System.int Indent {get; set;}
public read-write property Indent: System.Integer;
System.ComponentModel.DefaultValueAttribute(0)
public function get,set Indent : System.int
[System.ComponentModel.DefaultValue(0)]
public: __property System.int get_Indent();
public: __property void set_Indent(
System.int value
);
[System.ComponentModel.DefaultValue(0)]
public:
property System.int Indent {
System.int get();
void set ( System.int value);
}
See Also