In This Topic
Get the width (in pixels) represented by 1 indent.
Syntax
'Declaration
Public ReadOnly Property PixelsPerIndent As Integer
'Usage
Dim instance As Styles
Dim value As Integer
value = instance.PixelsPerIndent
public int PixelsPerIndent {get;}
Property Value
An integer value represents the width of 1 indent.
See Also