Click or drag to resize
AceoffixCtrlBorderColor Property
Gets or sets the border color of the AceoffixCtrl.

Namespace: Aceoffix
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public Color BorderColor { get; set; }

Property Value

Type: Color
The default value is system button shadow color.
Remarks
When BorderStyle is BorderStyleType.BorderNone, this property is invalid.
See Also