ImageGear .NET - Updated November 28, 2017
Margin Property




ImageGear23.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : Margin Property
Gets or sets the amount of extra space, in pixels, to leave between the left edge of the control and the left-most item drawn inside the control.
Syntax
'Declaration
 
<ImGearFilterAttribute()>
<CategoryAttribute("Appearance")>
Public Shadows Property Margin As Thickness
 
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Thickness
 
instance.Margin = value
 
value = instance.Margin

Property Value

System.Windows.Thickness value.
Remarks
The Thumbnail control is resizable, so the amount of margin on the right side is determined automatically.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members