VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing.GraphicsFigures Namespace / TextBoxFigure Class / WordSpacing Property
Syntax Requirements SeeAlso
In This Topic
    WordSpacing Property (TextBoxFigure)
    In This Topic
    Gets or sets the word spacing.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The word spacing.")>
    <DefaultValueAttribute(0)>
    Public Property WordSpacing As Single
    
    
    [Description("The word spacing.")]
    [DefaultValue(0)]
    public float WordSpacing { get; set; }
    
    
    [Description("The word spacing.")]
    [DefaultValue(0)]
    public: __property float get_WordSpacing();
    public: __property void set_WordSpacing(
    float value
    );
    [Description("The word spacing.")]
    [DefaultValue(0)]
    public:
    property float WordSpacing { float get(); void set(float value); }

    Property Value

    Default value is 0.
    Requirements

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

    See Also