HtmlForgeX

API Reference

Class

ApexPattern

Namespace HtmlForgeX
Assembly HtmlForgeX

Represents pattern configuration.

Inheritance

  • Object
  • ApexPattern

Constructors

public ApexPattern() #

Methods

public ApexPattern SetDimensions(Int32 width, Int32 height) #
Returns: ApexPattern

Sets the pattern dimensions.

Parameters

width System.Int32 requiredposition: 0
height System.Int32 requiredposition: 1
public ApexPattern SetStrokeWidth(Int32 width) #
Returns: ApexPattern

Sets the stroke width.

Parameters

width System.Int32 requiredposition: 0
public ApexPattern SetStyle(Object style) #
Returns: ApexPattern

Sets the pattern style (verticalLines, horizontalLines, slantedLines, squares, circles).

Parameters

style System.Object requiredposition: 0

Properties

public Object Style { get; set; } #
JsonPropertyName("style")

Gets or sets the pattern style.

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.