Class Margin.Default
A simple struct that defines the default property values for the Margin class.
Inherited Members
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public class Default
Fields
| Improve this Doc View SourceBottom
The default value for the Bottom property, which is the size of the space on the bottom side of the Rect.
Declaration
public static float Bottom
Field Value
Type | Description |
---|---|
Single | Units are points (1/72 inch) |
Left
The default value for the Left property, which is the size of the space on the left side of the Rect.
Declaration
public static float Left
Field Value
Type | Description |
---|---|
Single | Units are points (1/72 inch) |
Right
The default value for the Right property, which is the size of the space on the right side of the Rect.
Declaration
public static float Right
Field Value
Type | Description |
---|---|
Single | Units are points (1/72 inch) |
Top
Declaration
public static float Top
Field Value
Type | Description |
---|---|
Single | Units are points (1/72 inch) |