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