Class PatternOptions
Defines the options for an SVG pattern element used as a fill pattern in chart components.
Inherited Members
Namespace: Syncfusion.Blazor.DataVizCommon
Assembly: Syncfusion.Blazor.dll
Syntax
public class PatternOptions
Constructors
PatternOptions()
Declaration
public PatternOptions()
Properties
Height
Gets or sets the height of the pattern tile in user units.
Declaration
public double Height { get; set; }
Property Value
| Type |
|---|
| double |
Id
Gets or sets the unique identifier of the pattern element.
Declaration
public string Id { get; set; }
Property Value
| Type |
|---|
| string |
PatternUnits
Gets or sets the coordinate system for the pattern's geometry attributes (e.g., "userSpaceOnUse", "objectBoundingBox").
Declaration
public string PatternUnits { get; set; }
Property Value
| Type |
|---|
| string |
ShapeOptions
Gets or sets the collection of shape option objects (RectOptions, PathOptions, or EllipseOptions) that define the pattern's content.
Declaration
public List<object> ShapeOptions { get; set; }
Property Value
| Type |
|---|
| List<object> |
Width
Gets or sets the width of the pattern tile in user units.
Declaration
public double Width { get; set; }
Property Value
| Type |
|---|
| double |