Gets or sets left padding value.
Namespace:
Greatis.PrintSuite.Providers
Assembly:
Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Left As Single |
| C# |
|---|
public float Left { get; set; } |
| Visual C++ |
|---|
public:
property float Left {
float get ();
void set (float value);
} |
| JavaScript |
|---|
function get_left();
function set_left(value); |
See Also