VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Office.DocumentEditor.UI.Controls Namespace / DocumentEditorParagraphPropertiesPanel Class / IndentationStep Property
Syntax Requirements SeeAlso
In This Topic
    IndentationStep Property (DocumentEditorParagraphPropertiesPanel)
    In This Topic
    Gets or sets the indentation step, in Device Independed Pixels (DIP).
    Syntax
    'Declaration
    
    Public Shared Property IndentationStep As Double
    
    
    public static double IndentationStep { get; set; }
    
    
    public: __property static double get_IndentationStep();
    public: __property static void set_IndentationStep(
    double value
    );
    public:
    static property double IndentationStep { double get(); void set(double value); }
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also