Skip to main content

Class VelloStringFormat

Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll

public sealed class VelloStringFormat

Inheritance

objectVelloStringFormat

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

Alignment

public StringAlignment Alignment { get; set; }

Property Value

StringAlignment

FormatFlags

public StringFormatFlags FormatFlags { get; set; }

Property Value

StringFormatFlags

GenericDefault

public static VelloStringFormat GenericDefault { get; }

Property Value

VelloStringFormat

GenericTypographic

public static VelloStringFormat GenericTypographic { get; }

Property Value

VelloStringFormat

HotkeyPrefix

public HotkeyPrefix HotkeyPrefix { get; set; }

Property Value

HotkeyPrefix

LineAlignment

public StringAlignment LineAlignment { get; set; }

Property Value

StringAlignment

LineSpacing

public float LineSpacing { get; set; }

Property Value

float

ParagraphSpacing

public float ParagraphSpacing { get; set; }

Property Value

float

Trimming

public StringTrimming Trimming { get; set; }

Property Value

StringTrimming

Methods

Clone()

public VelloStringFormat Clone()

Returns

VelloStringFormat