AceoffixCtrlBorderStyle Property |
Gets or sets the border style of the AceoffixCtrl.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic BorderStyleType BorderStyle { get; set; }
Public Property BorderStyle As BorderStyleType
Get
Set
<asp:AceoffixCtrl BorderStyle="BorderStyleType" />
Property Value
Type:
BorderStyleTypeThe default value is BorderStyleType.BorderFlat.
See Also