CompositionGeometry.TrimEnd Property

Definition

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

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

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

Property Value

Single

float

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

Applies to