메소드 | 설명 | |
---|---|---|
Thickness ( double uniformLength ) |
Initializes a new instance of the Thickness class.
|
|
Thickness ( double left = null, double top = null, double right = null, double bottom = null ) |
Initializes a new instance of the Thickness class.
|
public Thickness ( double uniformLength ) | ||
uniformLength | double | Uniform length.
/// |
public Thickness ( double left = null, double top = null, double right = null, double bottom = null ) | ||
left | double | Left.
/// |
top | double | Top.
/// |
right | double | Right.
/// |
bottom | double | Bottom.
/// |