Gets or sets unit for the row height.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Unit As GraphicsUnit |
| C# |
|---|
public GraphicsUnit Unit { get; set; } |
| Visual C++ |
|---|
public: property GraphicsUnit Unit { GraphicsUnit get (); void set (GraphicsUnit value); } |
| JavaScript |
|---|
function get_unit(); function set_unit(value); |