'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
[ImGearFilter()] [Category("Appearance")] public new Thickness Margin {get; set;}
[ImGearFilter()] [Category("Appearance")] public: __property new Thickness get_Margin(); public: __property new void set_Margin( Thickness value );
[ImGearFilter()] [Category("Appearance")] public: new property Thickness Margin { Thickness get(); void set ( Thickness value); }
Property Value
System.Windows.Thickness
value.