[]
Creates default border
public Border()
Initializes new instance of border object.
public Border(Line line)
Type | Name | Description |
---|---|---|
Line | line |
Initializes new instance of border object with a black shadow.
public Border(Line line, int shadowWeight)
Type | Name | Description |
---|---|---|
Line | line | Specifies border line info |
int | shadowWeight | Specifies shadow weight |
Initializes new instance of border object.
public Border(Line line, int shadowWeight, Color shadowColor)
Type | Name | Description |
---|---|---|
Line | line | Specifies border line info |
int | shadowWeight | Specifies shadow weight |
Color | shadowColor | Specifies shadow color |
For internal use only.
public Border(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public Border(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |