AceoffixCtrlBorderColor Property |
Gets or sets the border color of the AceoffixCtrl.
Namespace: AceoffixAssembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntaxpublic Color BorderColor { get; set; }
Public Property BorderColor As Color
Get
Set
<asp:AceoffixCtrl BorderColor="Color" />
Property Value
Type:
ColorThe default value is system button shadow color.
RemarksWhen BorderStyle is BorderStyleType.BorderNone, this property is invalid.
See Also