Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / Visibility Property

In This Topic
    Visibility Property
    In This Topic
    Gets or sets a value specifying whether the boxes generated by an element are rendered.
    Syntax
    'Declaration
     
    Public Property Visibility As System.Nullable(Of SvgVisibility)
    public System.Nullable<SvgVisibility> Visibility {get; set;}
    See Also