[]
Initializes a new instance of the BackdropInfo class.
public Backdrop()
Initializes a new instance of the BackdropInfo class.
public Backdrop(AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| AntiAliasMode | antiAliasMode |
Initializes a new instance of the BackdropInfo class with a "fill solid" style.
public Backdrop(Color color)
| Type | Name | Description |
|---|---|---|
| Color | color |
Initializes a new instance of the BackdropInfo class with a "fill solid" style.
public Backdrop(Color color, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| AntiAliasMode | antiAliasMode |
Initializes a new instance of the BackdropInfo class with a "fill solid" style.
public Backdrop(Color color, byte alpha)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| byte | alpha |
Initializes a new instance of the BackdropInfo class with a "fill solid" style.
public Backdrop(Color color, byte alpha, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| byte | alpha | |
| AntiAliasMode | antiAliasMode |
Initializes a new instance of the BackdropInfo class with a "gradient" style.
public Backdrop(GradientType gradient, Color color, Color color2)
| Type | Name | Description |
|---|---|---|
| GradientType | gradient | |
| Color | color | |
| Color | color2 |
Initializes a new instance of the BackdropInfo class with a "gradient" style.
public Backdrop(GradientType gradient, Color color, Color color2, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| GradientType | gradient | |
| Color | color | |
| Color | color2 | |
| AntiAliasMode | antiAliasMode |
Initializes a new instance of the BackdropInfo class with a "hatch" style.
public Backdrop(HatchStyle pattern, Color color, Color color2)
| Type | Name | Description |
|---|---|---|
| HatchStyle | pattern | |
| Color | color | |
| Color | color2 |
Initializes a new instance of the BackdropInfo class with a "hatch" style.
public Backdrop(HatchStyle pattern, Color color, Color color2, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| HatchStyle | pattern | |
| Color | color | |
| Color | color2 | |
| AntiAliasMode | antiAliasMode |
Initializes a new instance of the BackdropInfo class with a "picture" style.
public Backdrop(Image picture, PicturePutStyle pictureAlignment)
| Type | Name | Description |
|---|---|---|
| Image | picture | |
| PicturePutStyle | pictureAlignment |
Initializes a new instance of the BackdropInfo class with a "picture" style.
public Backdrop(Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| Image | picture | |
| PicturePutStyle | pictureAlignment | |
| AntiAliasMode | antiAliasMode |
Initializes a new instance of the BackdropInfo class.
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | Specifies backdrop style |
| Color | color | Specifies primary color |
| Color | color2 | Specifies secondary color (used with hatch and gradient styles). |
| GradientType | gradient | Specifies gradient direction (used with gradient style) |
| HatchStyle | pattern | Specifies hatch pattern (used with hatch style) |
| Image | picture | Specifies picture (used with picture style) |
| PicturePutStyle | pictureAlignment | Specifies picture alignment (used with picture style) |
Initializes a new instance of the BackdropInfo class.
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | Specifies backdrop style |
| Color | color | Specifies primary color |
| Color | color2 | Specifies secondary color (used with hatch and gradient styles). |
| GradientType | gradient | Specifies gradient direction (used with gradient style) |
| HatchStyle | pattern | Specifies hatch pattern (used with hatch style) |
| Image | picture | Specifies picture (used with picture style) |
| PicturePutStyle | pictureAlignment | Specifies picture alignment (used with picture style) |
| AntiAliasMode | antiAliasMode | Specifies AA settings to draw graphics |
Initializes a new instance of the BackdropInfo class.
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | Specifies backdrop style |
| Color | color | Specifies primary color |
| Color | color2 | Specifies secondary color (used with hatch and gradient styles). |
| GradientType | gradient | Specifies gradient direction (used with gradient style) |
| HatchStyle | pattern | Specifies hatch pattern (used with hatch style) |
| Image | picture | Specifies picture (used with picture style) |
| PicturePutStyle | pictureAlignment | Specifies picture alignment (used with picture style) |
| byte | alpha | Specifies alpha (transparency) channel |
Initializes a new instance of the BackdropInfo class.
public Backdrop(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | Specifies backdrop style |
| Color | color | Specifies primary color |
| Color | color2 | Specifies secondary color (used with hatch and gradient styles). |
| GradientType | gradient | Specifies gradient direction (used with gradient style) |
| HatchStyle | pattern | Specifies hatch pattern (used with hatch style) |
| Image | picture | Specifies picture (used with picture style) |
| PicturePutStyle | pictureAlignment | Specifies picture alignment (used with picture style) |
| byte | alpha | Specifies alpha (transparency) channel |
| AntiAliasMode | antiAliasMode | Specifies AA settings to draw graphics |
For internal use only.
public Backdrop(string xml)
| Type | Name | Description |
|---|---|---|
| string | xml |
For internal use only.
public Backdrop(string xml, GraphXmlSerializationContext context)
| Type | Name | Description |
|---|---|---|
| string | xml | |
| GraphXmlSerializationContext | context |