ImageGear .NET v24.12 - Updated
Margin Property




ImageGear24.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("Default")>
<CategoryAttribute("Appearance")>
Public Shadows Property Margin As Thickness
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Thickness
 
instance.Margin = value
 
value = instance.Margin
[ImGearFilter("Default")]
[Category("Appearance")]
public new Thickness Margin {get; set;}
[ImGearFilter("Default")]
[Category("Appearance")]
public: __property new Thickness get_Margin();
public: __property new void set_Margin( 
   Thickness value
);
[ImGearFilter("Default")]
[Category("Appearance")]
public:
new property Thickness Margin {
   Thickness get();
   void set (    Thickness value);
}

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