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

In This Topic
    Display Property
    In This Topic
    Gets or sets a value specifying whether the element (and all its descendents) is a part of the rendering tree.
    Syntax
    'Declaration
     
    Public Property Display As System.Nullable(Of SvgDisplay)
    public System.Nullable<SvgDisplay> Display {get; set;}
    See Also