ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.MarkupLayers Namespace / RectangleMark Class / fillVisible Field




In This Topic
    fillVisible Field (RectangleMark)
    In This Topic
    Prizm fill visible property.
    Syntax
    'Declaration
     
    <DataMemberAttribute(3)>
    Public fillVisible As Boolean
    'Usage
     
    Dim instance As RectangleMark
    Dim value As Boolean
     
    value = instance.fillVisible
     
    instance.fillVisible = value
    [DataMember(3)]
    public bool fillVisible
    [DataMember(3)]
    public: bool fillVisible
    [DataMember(3)]
    public:
    bool fillVisible
    See Also