CustomImageSourceAdapter.CanSetSize Property
If true, the Size property can be set.
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public bool CanSetSize { get; }
'Declaration
Public ReadOnly Property CanSetSize As Boolean
Get
public:
virtual property bool CanSetSize {
bool get () sealed;
}
function get_CanSetSize();
Property Value
Type: Boolean
Implements
Version Information
Lumia Imaging SDK
Supported in: 2.0
See Also
CustomImageSourceAdapter Class