CoreWetStrokeUpdateEventArgs.Disposition 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 pre-rendered state of the "wet" ink stroke.
public:
property CoreWetStrokeDisposition Disposition { CoreWetStrokeDisposition get(); void set(CoreWetStrokeDisposition value); };
CoreWetStrokeDisposition Disposition();
void Disposition(CoreWetStrokeDisposition value);
public CoreWetStrokeDisposition Disposition { get; set; }
var coreWetStrokeDisposition = coreWetStrokeUpdateEventArgs.disposition;
coreWetStrokeUpdateEventArgs.disposition = coreWetStrokeDisposition;
Public Property Disposition As CoreWetStrokeDisposition
Property Value
The pre-rendered state of the "wet" ink stroke.