'DeclarationReadOnly Property StrikethroughDefined As System.Boolean
'UsageDim instance As IFont Dim value As System.Boolean value = instance.StrikethroughDefined
System.bool StrikethroughDefined {get;}
read-only property StrikethroughDefined: System.Boolean;
function get StrikethroughDefined : System.boolean
            __property System.bool get_StrikethroughDefined();
            property System.bool StrikethroughDefined { System.bool get(); }