Click or drag to resize

ExecutionSequence.FillingPenNumber Property

The filling pen number. Null means inherited from the outline pen.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public int? FillingPenNumber { get; set; }

Property Value

Nullable<Int32>
See Also