Gets or sets the border of the wrapped control.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public Border Border { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Border As Border |
An instance of the Border class specifying the border around the object.
See Also