InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Nullable(Of Single)
    public Nullable<float> LineGap {get; set;}
    See Also