hi
i have problem with clippanel
i want to use one color for part 1 and 2 in photo
i want my background chart is one color
my code use two way but nothing help me
01.<Style x:Key="ClipPanelStyle"02.TargetType="telerik:ClipPanel">03. <Setter Property="Background">04. <Setter.Value>05. <SolidColorBrush Color="#096bb3"></SolidColorBrush>06. <!--<LinearGradientBrush EndPoint="1,0"07. StartPoint="0,1"08. SpreadMethod="Pad">09. <GradientStop Color="Black"10. Offset="0" />11. <GradientStop Color="#FF00B4FF"12. Offset="1" />13. </LinearGradientBrush>-->14. </Setter.Value>15. </Setter>16. </Style>i want part 1 and 2 be one color not be two color