IPropertyDescriptions.PropertyDescriptions Property
Get a Dictionary containing a PropertyDescription for every numeric property the effect exposes. Used to get the minimum, maximum and default values of a property at runtime.
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
IMapView PropertyDescriptions { get; }
'Declaration
ReadOnly Property PropertyDescriptions As IMapView
Get
property IMapView^ PropertyDescriptions {
IMapView^ get ();
}
function get_PropertyDescriptions();
Property Value
Type: IMapView
Version Information
Lumia Imaging SDK
Supported in: 3.0
See Also
IPropertyDescriptions Interface