Fill |
public enum FillPattern
| Member name | Value | Description |
|---|---|---|
| NoFill | 0 | No fill pattern. |
| BDiagDense | 1 | Dense backward diagonal pattern. |
| BDiagMedium | 2 | Medium backward diagonal pattern. |
| BDiagSparse | 3 | Sparse backward diagonal pattern. |
| FDiagDense | 4 | Dense forward diagonal pattern. |
| FDiagMedium | 5 | Medium forward diagonal pattern. |
| FDiagSparse | 6 | Sparse forward diagonal pattern. |
| DiagCrossDense | 7 | Dense diagonal cross pattern. |
| DiagCrossMedium | 8 | Medium diagonal cross pattern. |
| DiagCrossSparse | 9 | Sparse diagonal cross pattern. |
| HorizontalDense | 10 | Dense horizontal pattern. |
| HorizontalMedium | 11 | Medium horizontal pattern. |
| HorizontalSparse | 12 | Sparse horizontal pattern. |
| VerticalDense | 13 | Dense vertical pattern. |
| VerticalMedium | 14 | Medium vertical pattern. |
| VerticalSparse | 15 | Sparse vertical pattern. |
| CrossDense | 16 | Dense cross pattern. |
| CrossMedium | 17 | Medium cross pattern. |
| CrossSparse | 18 | Sparse cross pattern. |
The FillPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |