Intersoft ClientUI Documentation
Margin Property
See Also  Send Feedback
Intersoft.Client.Documents Namespace > Block Class : Margin Property






Gets or sets the margin thickness for the element.

Syntax

Visual Basic (Declaration) 
Public Property Margin As Thickness
Visual Basic (Usage)Copy Code
Dim instance As Block
Dim value As Thickness
 
instance.Margin = value
 
value = instance.Margin
C# 
public Thickness Margin {get; set;}
Delphi 
public read-write property Margin: Thickness; 
JScript 
public function get,set Margin : Thickness
Managed Extensions for C++ 
public: __property Thickness get_Margin();
public: __property void set_Margin( 
   Thickness value
);
C++/CLI 
public:
property Thickness Margin {
   Thickness get();
   void set (    Thickness value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.