Beispiel #1
0
 /// <inheritdoc />
 public override ThemeBase Clone() => new ButtonTheme()
 {
     Normal            = Normal.Clone(),
     Disabled          = Disabled.Clone(),
     MouseOver         = MouseOver.Clone(),
     MouseDown         = MouseDown.Clone(),
     Selected          = Selected.Clone(),
     Focused           = Focused.Clone(),
     ShowEnds          = ShowEnds,
     EndCharacterLeft  = EndCharacterLeft,
     EndCharacterRight = EndCharacterRight
 };
Beispiel #2
0
 /// <inheritdoc />
 public override ThemeBase Clone() => new ButtonLinesTheme()
 {
     Normal                = Normal.Clone(),
     Disabled              = Disabled.Clone(),
     MouseOver             = MouseOver.Clone(),
     MouseDown             = MouseDown.Clone(),
     Selected              = Selected.Clone(),
     Focused               = Focused.Clone(),
     TopLeftLineColors     = TopLeftLineColors.Clone(),
     BottomRightLineColors = BottomRightLineColors.Clone(),
     ShowEnds              = ShowEnds,
     EndCharacterLeft      = EndCharacterLeft,
     EndCharacterRight     = EndCharacterRight,
     UseExtended           = UseExtended
 };