Class PatternOptions
Inheritance
System.Object
PatternOptions
Assembly: Syncfusion.Blazor.dll
Syntax
public class PatternOptions : Object
Constructors
PatternOptions()
Declaration
Properties
Height
Declaration
public double Height { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
PatternUnits
Declaration
public string PatternUnits { get; set; }
Property Value
ShapeOptions
Declaration
public List<object> ShapeOptions { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.Object> |
Width
Declaration
public double Width { get; set; }
Property Value