Class BinaryRibbonBuiltInSkinController
A class that helps in switching between various built-in ribbon skins.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public static class BinaryRibbonBuiltInSkinController : Object
Properties
OfficeBlack
Gets the office2007 Black skin.
Declaration
public static ResourceDictionary OfficeBlack { get; }
OfficeBlue
Gets the office2007 Blue skin.
Declaration
public static ResourceDictionary OfficeBlue { get; }
OfficeSilver
Gets the office2007 Silver skin.
Declaration
public static ResourceDictionary OfficeSilver { get; }
Skin
Gets or sets the RibbonSkin.
Declaration
public static RibbonSkin Skin { get; set; }
Windows7
Gets the Windows7 skin.
Declaration
public static ResourceDictionary Windows7 { get; }