Class VelloStringFormat
Namespace: VelloSharp.WinForms
Assembly: VelloSharp.WinForms.Core.dll
public sealed class VelloStringFormat
Inheritance
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
FormatFlags
public StringFormatFlags FormatFlags { get; set; }
Property Value
GenericDefault
public static VelloStringFormat GenericDefault { get; }
Property Value
GenericTypographic
public static VelloStringFormat GenericTypographic { get; }
Property Value
HotkeyPrefix
public HotkeyPrefix HotkeyPrefix { get; set; }
Property Value
LineAlignment
public StringAlignment LineAlignment { get; set; }
Property Value
LineSpacing
public float LineSpacing { get; set; }
Property Value
ParagraphSpacing
public float ParagraphSpacing { get; set; }
Property Value
Trimming
public StringTrimming Trimming { get; set; }
Property Value
Methods
Clone()
public VelloStringFormat Clone()