ImageGear22.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : Margin Property |
'Declaration <CategoryAttribute("Appearance")> <ImGearFilterAttribute()> Public Shadows Property Margin As Thickness
'Usage Dim instance As ImGearThumbnailCtl Dim value As Thickness instance.Margin = value value = instance.Margin
[Category("Appearance")] [ImGearFilter()] public new Thickness Margin {get; set;}
[Category("Appearance")] [ImGearFilter()] public: __property new Thickness get_Margin(); public: __property new void set_Margin( Thickness value );
[Category("Appearance")] [ImGearFilter()] public: new property Thickness Margin { Thickness get(); void set ( Thickness value); }
System.Windows.Thickness
value.