CoreWetStrokeUpdateEventArgs.Disposition Property

Definition

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.

Applies to

See also