Exemple #1
0
 public static bool?GetBoldStyle(this ResourceDictionary resource)
 {
     return(resource.GetNullable <bool>(Constants.EditorFormatKeys.IsBold));
 }
Exemple #2
0
 public static double?GetBackgroundOpacity(this ResourceDictionary resource)
 {
     return(resource.GetNullable <double>(Constants.EditorFormatKeys.BackgroundOpacity));
 }
Exemple #3
0
 public static double?GetFontSize(this ResourceDictionary resource)
 {
     return(resource.GetNullable <double>(Constants.EditorFormatKeys.FontRenderingSize));
 }