示例#1
0
 /// <summary>
 /// Gets the color for the dialog launcher light.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public Color GetRibbonGroupSeparatorLight(PaletteState state)
 {
     return(_inherit.GetRibbonGroupSeparatorLight(state));
 }
 /// <summary>
 /// Gets the color for the dialog launcher light.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color value.</returns>
 public Color GetRibbonGroupSeparatorLight(PaletteState state) => _inherit.GetRibbonGroupSeparatorLight(state);