ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.MarkupLayers Namespace / TextMark Class / fontStyle Field




In This Topic
    fontStyle Field
    In This Topic
    Prizm font style
    Syntax
    'Declaration
     
    <DataMemberAttribute(6)>
    Public fontStyle As List(Of String)
    'Usage
     
    Dim instance As TextMark
    Dim value As List(Of String)
     
    value = instance.fontStyle
     
    instance.fontStyle = value
    [DataMember(6)]
    public List<string> fontStyle
    [DataMember(6)]
    public: List<string*>* fontStyle
    [DataMember(6)]
    public:
    List<String^>^ fontStyle
    See Also