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

In This Topic
    PaintOrder Property
    In This Topic
    Gets or sets a value specifying the order of the paint operations that shapes are rendered with: their fill, their stroke and any markers they might have.
    Syntax
    'Declaration
     
    Public Property PaintOrder As System.Nullable(Of SvgPaintOrder)
    public System.Nullable<SvgPaintOrder> PaintOrder {get; set;}
    See Also