API Reference
Class
ApexPattern
Represents pattern configuration.
Inheritance
- Object
- ApexPattern
Constructors
public ApexPattern() #Methods
public ApexPattern SetDimensions(Int32 width, Int32 height) #Returns:
ApexPatternSets the pattern dimensions.
Parameters
- width System.Int32
- height System.Int32
public ApexPattern SetStrokeWidth(Int32 width) #Returns:
ApexPatternSets the stroke width.
Parameters
- width System.Int32
public ApexPattern SetStyle(Object style) #Returns:
ApexPatternSets the pattern style (verticalLines, horizontalLines, slantedLines, squares, circles).
Parameters
- style System.Object
Inherited Methods
Properties
public Nullable<Int32> Width { get; set; } #JsonPropertyName("width")Gets or sets the pattern width.
public Nullable<Int32> Height { get; set; } #JsonPropertyName("height")Gets or sets the pattern height.
public Nullable<Int32> StrokeWidth { get; set; } #JsonPropertyName("strokeWidth")Gets or sets the stroke width.