SkewTransform

The SkewTransform represents a two-dimensional skew. A SkewTransform is useful for creating the illusion of three-dimensional depth in a two-dimensional object.

Multiple transforms can be applied with a TransformGroup. Custom transforms can be created with a MatrixTransform. Transforms can alter the display of text in your application to create a decorative effect.

For example:

<c1:C1LayoutTransformer >

    <c1:C1LayoutTransformer.LayoutTransform>

        <SkewTransform AngleX="140" AngleY="140"></SkewTransform>

    </c1:C1LayoutTransformer.LayoutTransform>

    <Button Background="HotPink" Content="Skew" Height="80" Width="180" VerticalAlignment="Top" HorizontalAlignment="Left"/>

</c1:C1LayoutTransformer>


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.