BitmapTypedValue.Type 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 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.