StrokeCollection::ContainsPropertyData Method (Guid)

 

Returns whether the specified custom property identifier is in the StrokeCollection.

Namespace:   System.Windows.Ink
Assembly:  PresentationCore (in PresentationCore.dll)

public:
bool ContainsPropertyData(
	Guid propertyDataId
)

Parameters

propertyDataId
Type: System::Guid

The Guid to locate in the StrokeCollection.

Return Value

Type: System::Boolean

true if the specified custom property identifier is in the StrokeCollection; otherwise, false.

The following example demonstrates how to check for custom property in a StrokeCollection. If a custom property has been associated with timestamp, the example gets that custom property and shows when the StrokeCollection was saved. This example assumes that there is an InkCanvas called inkCanvas1.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: