DevFloatingPictureImage Property
Gets or sets the image to show in this control.
Namespace: DevCase.UI.ComponentsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Image Image { get; set; }
Public Property Image As Image
Get
Set
Dim instance As DevFloatingPicture
Dim value As Image
value = instance.Image
instance.Image = value
public:
property Image^ Image {
Image^ get ();
void set (Image^ value);
}
member Image : Image with get, set
No code example is currently available or this language may not be supported.
Property Value
Image