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




In This Topic
    fontSize Field (TextMark)
    In This Topic
    Prizm font size
    Syntax
    'Declaration
     
    <DataMemberAttribute(5)>
    Public fontSize As Double
    'Usage
     
    Dim instance As TextMark
    Dim value As Double
     
    value = instance.fontSize
     
    instance.fontSize = value
    [DataMember(5)]
    public double fontSize
    [DataMember(5)]
    public: double fontSize
    [DataMember(5)]
    public:
    double fontSize
    See Also