IsoSpeedControl.Preset 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 ISO film speed preset.
public:
property IsoSpeedPreset Preset { IsoSpeedPreset get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Preset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
IsoSpeedPreset Preset();
/// [get: Windows.Foundation.Metadata.Deprecated("Preset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
IsoSpeedPreset Preset();
public IsoSpeedPreset Preset { [Windows.Foundation.Metadata.Deprecated("Preset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public IsoSpeedPreset Preset { [Windows.Foundation.Metadata.Deprecated("Preset may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var isoSpeedPreset = isoSpeedControl.preset;
Public ReadOnly Property Preset As IsoSpeedPreset
Property Value
The ISO speed preset.
- Attributes