[]
Creates a new instance of the BackdropItem object
public BackdropItem()
Creates a new instance of the BackdropItem object
public BackdropItem(AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| AntiAliasMode | antiAliasMode |
Creates a new instance of the BackdropItem object
public BackdropItem(Color color)
| Type | Name | Description |
|---|---|---|
| Color | color |
Creates a new instance of the BackdropItem object.
public BackdropItem(Color color, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| AntiAliasMode | antiAliasMode |
Creates a new instance of the BackdropItem object.
public BackdropItem(Color color, byte alpha)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| byte | alpha |
Creates a new instance of the BackdropItem object.
public BackdropItem(Color color, byte alpha, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| Color | color | |
| byte | alpha | |
| AntiAliasMode | antiAliasMode |
Creates a new instance of the BackdropItem object of a "gradient" style.
public BackdropItem(GradientType gradient, Color color, Color color2)
| Type | Name | Description |
|---|---|---|
| GradientType | gradient | |
| Color | color | |
| Color | color2 |
Creates a new instance of the BackdropItem object of a "gradient" style.
public BackdropItem(GradientType gradient, Color color, Color color2, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| GradientType | gradient | |
| Color | color | |
| Color | color2 | |
| AntiAliasMode | antiAliasMode |
Creates a new instance of the BackdropItem object with a "hatch" style.
public BackdropItem(HatchStyle pattern, Color color, Color color2)
| Type | Name | Description |
|---|---|---|
| HatchStyle | pattern | |
| Color | color | |
| Color | color2 |
Creates a new instance of the BackdropItem object of a "hatch" style.
public BackdropItem(HatchStyle pattern, Color color, Color color2, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| HatchStyle | pattern | |
| Color | color | |
| Color | color2 | |
| AntiAliasMode | antiAliasMode |
Creates a new instance of the BackdropItem object with a "picture" style.
public BackdropItem(Image picture, PicturePutStyle pictureAlignment)
| Type | Name | Description |
|---|---|---|
| Image | picture | |
| PicturePutStyle | pictureAlignment |
Creates a new instance of the BackdropItem object with a "picture" style.
public BackdropItem(Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| Image | picture | |
| PicturePutStyle | pictureAlignment | |
| AntiAliasMode | antiAliasMode |
Creates a new instance of the BackdropItem object.
public BackdropItem(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | |
| Color | color | |
| Color | color2 | |
| GradientType | gradient | |
| HatchStyle | pattern | |
| Image | picture | |
| PicturePutStyle | pictureAlignment |
Creates a new instance of the BackdropItem object.
public BackdropItem(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | |
| Color | color | |
| Color | color2 | |
| GradientType | gradient | |
| HatchStyle | pattern | |
| Image | picture | |
| PicturePutStyle | pictureAlignment | |
| AntiAliasMode | antiAliasMode |
Creates a new instance of the BackdropItem object.
public BackdropItem(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | |
| Color | color | |
| Color | color2 | |
| GradientType | gradient | |
| HatchStyle | pattern | |
| Image | picture | |
| PicturePutStyle | pictureAlignment | |
| byte | alpha |
Creates a new instance of the BackdropItem object.
public BackdropItem(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha, AntiAliasMode antiAliasMode)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | |
| Color | color | |
| Color | color2 | |
| GradientType | gradient | |
| HatchStyle | pattern | |
| Image | picture | |
| PicturePutStyle | pictureAlignment | |
| byte | alpha | |
| AntiAliasMode | antiAliasMode |
Initializes a new instance of the BackdropItem class.
public BackdropItem(BackdropStyle style, Color color, Color color2, GradientType gradient, HatchStyle pattern, Image picture, PicturePutStyle pictureAlignment, byte alpha, AntiAliasMode antiAliasMode, object contextMenu)
| Type | Name | Description |
|---|---|---|
| BackdropStyle | style | |
| Color | color | |
| Color | color2 | |
| GradientType | gradient | |
| HatchStyle | pattern | |
| Image | picture | |
| PicturePutStyle | pictureAlignment | |
| byte | alpha | |
| AntiAliasMode | antiAliasMode | |
| object | contextMenu |
For internal use only.
public BackdropItem(string xml)
| Type | Name | Description |
|---|---|---|
| string | xml |
For internal use only.
public BackdropItem(string xml, GraphXmlSerializationContext context)
| Type | Name | Description |
|---|---|---|
| string | xml | |
| GraphXmlSerializationContext | context |