PlanBaseDrawStyle Enumeration |
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax Members
| Member name | Value | Description |
---|
| ClipRightToCounter | 0 |
The specified tile is drawn stretched to fill the width of plan, and the right side
is cropped according to the counter value.
|
| StretchRightToCounter | 1 |
The specified tile is drawn stretched rightward according to the counter value.
|
| RepeatRightToCounter | 2 |
The specified tile is draw unscaled from left to right, repeated according
to the counter value and plan size.
|
| ClipTopToCounter | 3 |
The specified tile is drawn stretched to fill the height of the plan, and the top is
cropped according to the counter value.
|
| StretchTopToCounter | 4 |
The specified tile is drawn stretched upward from the bottom of the plan according
to the counter value.
|
| RepeatUpToCounter | 5 |
The specified tile is draw unscaled from bottom to top, repeated according
to the counter value and plan size.
|
See Also