'Declaration
ReadOnly Property ColorDefined As System.Boolean
'Usage
Dim instance As IFont Dim value As System.Boolean value = instance.ColorDefined
System.bool ColorDefined {get;}
read-only property ColorDefined: System.Boolean;
function get ColorDefined : System.boolean
__property System.bool get_ColorDefined();
property System.bool ColorDefined { System.bool get(); }