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




In This Topic
    borderThickness Field (TextMark)
    In This Topic
    Prizm border thickness
    Syntax
    'Declaration
     
    <DataMemberAttribute(1)>
    Public borderThickness As Integer
    'Usage
     
    Dim instance As TextMark
    Dim value As Integer
     
    value = instance.borderThickness
     
    instance.borderThickness = value
    [DataMember(1)]
    public int borderThickness
    [DataMember(1)]
    public: int borderThickness
    [DataMember(1)]
    public:
    int borderThickness
    See Also