Ejemplo n.º 1
0
 /// <summary>
 /// Populate values from the base palette.
 /// </summary>
 /// <param name="style">The style of the button spec instance.</param>
 public virtual void PopulateFromBase(PaletteButtonSpecStyle style)
 {
     Style       = Redirector.GetButtonSpecStyle(style);
     Orientation = Redirector.GetButtonSpecOrientation(style);
     Edge        = Redirector.GetButtonSpecEdge(style);
 }