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




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