CompositionGeometry.TrimStart Property

Definition

Gets or sets the amount to trim the start of the geometry path.

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

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

Property Value

Single

float

The amount to trim the start of the geometry path. The default is 0.

Applies to