CompositionGeometry.TrimOffset Property

Definition

Gets or sets the amount to offset trimming the geometry path.

public:
 property float TrimOffset { float get(); void set(float value); };
float TrimOffset();

void TrimOffset(float value);
public float TrimOffset { get; set; }
var single = compositionGeometry.trimOffset;
compositionGeometry.trimOffset = single;
Public Property TrimOffset As Single

Property Value

Single

float

The amount to offset trimming the geometry path. The default is 0.

Applies to