ImageActiveXControlBorderStyle Property |
Gets and set the type of border used by the control.
Namespace:
Aspose.Diagram.ActiveXControls
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ControlBorderType BorderStyle { get; set; }Public Property BorderStyle As ControlBorderType
Get
Set
public:
property ControlBorderType BorderStyle {
ControlBorderType get ();
void set (ControlBorderType value);
}member BorderStyle : ControlBorderType with get, set
Property Value
Type:
ControlBorderType
See Also