CompositionGeometry.TrimOffset 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 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.