BitmapTypedValue.Type Property

Definition

Gets the PropertyType of the stored value.

public:
 property PropertyType Type { PropertyType get(); };
PropertyType Type();
public PropertyType Type { get; }
var propertyType = bitmapTypedValue.type;
Public ReadOnly Property Type As PropertyType

Property Value

The PropertyType of the stored value.

Applies to