VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / FontProperties Class / FontProperties Constructors / FontProperties Constructor(String,Double,VintasoftColor)
Синтаксис Требования Смотрите также
В этом разделе
    FontProperties Constructor(String,Double,VintasoftColor)
    В этом разделе
    Инициализирует новый экземпляр класса FontProperties.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal name
    Имя шрифта.
    As System.String, _
    ByVal color
    Цвет шрифта.
    As Double, _
    ByVal size
    Размер шрифта в пунктах.
    As Vintasoft.Primitives.VintasoftColor _
    )
    public FontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )
    public: FontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )
    public:
    FontProperties(
    System.String name,
    double color,
    Vintasoft.Primitives.VintasoftColor size
    )

    Parameters

    name
    Имя шрифта.
    color
    Цвет шрифта.
    size
    Размер шрифта в пунктах.
    Требования

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

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