DevFloatingPictureImageBorderSize Property
Gets or sets a value indicating the size of the border drawn around the image.
Default value is 2.
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 int ImageBorderSize { get; set; }
Public Property ImageBorderSize As Integer
Get
Set
Dim instance As DevFloatingPicture
Dim value As Integer
value = instance.ImageBorderSize
instance.ImageBorderSize = value
public:
property int ImageBorderSize {
int get ();
void set (int value);
}
member ImageBorderSize : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32