VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode.TextRendering Namespace / TextLayoutProperties Class / TextLayoutProperties Constructors / TextLayoutProperties Constructor(TextAnchorType,Single)
Синтаксис Требования Смотрите также
В этом разделе
    TextLayoutProperties Constructor(TextAnchorType,Single)
    В этом разделе
    Инициализирует новый экземпляр TextLayoutProperties.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal textAlignment
    Выравнивание текста.
    As TextAnchorType, _
    ByVal lineSpacing
    межстрочный интервал.
    As Single _
    )
    public TextLayoutProperties(
    TextAnchorType textAlignment,
    float lineSpacing
    )
    public: TextLayoutProperties(
    TextAnchorType textAlignment,
    float lineSpacing
    )
    public:
    TextLayoutProperties(
    TextAnchorType textAlignment,
    float lineSpacing
    )

    Parameters

    textAlignment
    Выравнивание текста.
    lineSpacing
    межстрочный интервал.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также