Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / GeoTextFItalic Property


In This Topic
    GeoTextFItalic Property (ExcelChartShape)
    In This Topic
    Gets or sets the geo text font italic style.
    Syntax
    'Declaration
     
    
    Public Property GeoTextFItalic As Boolean
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As Boolean
     
    instance.GeoTextFItalic = value
     
    value = instance.GeoTextFItalic
    public bool GeoTextFItalic {get; set;}
    See Also