A CheckBox with a skew transformation : CheckBox « Windows Presentation Foundation « C# / CSharp Tutorial






<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
        xmlns:sys="clr-namespace:System;assembly=mscorlib" 
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" >
  <Grid>

    <Button Content ="Click Me!" Grid.Row="0" Grid.Column="1" Width="95" Height="40">
      <Button.RenderTransform>
        <SkewTransform AngleX ="20" AngleY ="20"/>
      </Button.RenderTransform>
    </Button>

  </Grid>

</Window>
WPF A Check Box With A Skew Transformation








24.17.CheckBox
24.17.1.Add CheckBox to StackPanelAdd CheckBox to StackPanel
24.17.2.Three-State CheckBoxThree-State CheckBox
24.17.3.A CheckBox with a skew transformationA CheckBox with a skew transformation
24.17.4.Customized CheckBoxCustomized CheckBox
24.17.5.CheckBox StyleCheckBox Style
24.17.6.CheckBox ListCheckBox List