ListField.DefaultItemIndent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the standard margin to use between the left side of the list field and the left side of the list item.
public:
property double DefaultItemIndent { double get(); void set(double value); };
public double DefaultItemIndent { get; set; }
member this.DefaultItemIndent : double with get, set
Public Property DefaultItemIndent As Double