public void Cascade(StyleBoolValue baseValue) { if ( !specified ) { this.val=baseValue.val; this.specified=baseValue.specified; } }
public void Cascade(StyleBoolValue baseValue) { if (!specified) { this.val = baseValue.val; this.specified = baseValue.specified; } }
internal FontDesc(string family, int size, StyleBoolValue bold, StyleBoolValue italic, StyleBoolValue underline) { this.Family = family; this.Size = size; this.bold = bold; this.italic = italic; this.underline = underline; }
internal FontDesc(string family, int size, StyleBoolValue bold, StyleBoolValue italic, StyleBoolValue underline) { this.Family=family; this.Size=size; this.bold=bold; this.italic=italic; this.underline=underline; }