CompositionGeometry.TrimStart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.