Class Filled
Filled shape representation.
Namespace: Unity.VectorGraphics
Syntax
[Obsolete("The filled properties are moved to the Shape class")]
public abstract class Filled : IDrawableProperties
Fill
The fill used on the shape.
Declaration
public IFill Fill { get; set; }Property Value
| Type | Description | 
|---|---|
| IFill | 
FillTransform
A transformation specific to the fill.
Declaration
public Matrix2D FillTransform { get; set; }Property Value
| Type | Description | 
|---|---|
| Matrix2D | 
PathProps
The path properties.
Declaration
public PathProperties PathProps { get; set; }Property Value
| Type | Description | 
|---|---|
| PathProperties |