| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal line As Line, _ ByVal shadowWeight As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public Border( Line line, int shadowWeight ) | |
Parameters
- line
- Specifies the Line info for the border.
- shadowWeight
- Specifies the shadow weight of the border.