ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / LineGap Property

In This Topic
    LineGap Property (FontSubSet.TextFormat)
    In This Topic
    Gets or sets a value specifying the explicit line gap (if not null), in graphic units.
    Syntax
    'Declaration
     
    Public Property LineGap As System.Nullable(Of Single)
    public System.Nullable<float> LineGap {get; set;}
    See Also