 | APItextColor Property |
Change color for text
REST path: /model/colors/text
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int textColor { get; set; }
Public Property textColor As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.textColor
instance.textColor = value
public:
property int textColor {
int get ();
void set (int value);
}
member textColor : int with get, set
Return Value
Int32Integer value
RemarksRequest a ViewState event with ApplyColors flag to apply it suddenly
See Also