Working with LayoutTransformer for Windows Phone

ComponentOne LayoutTransformer for Windows Phone includes the C1LayoutTransformer control. Similar to the LayoutTransform in WPF, C1LayoutTransformer allows you to rotate, skew, translate and scale any elements of your UI with ease. When you add the C1LayoutTransformer to a XAML window, it exists as an empty control where you can add controls and content similarly as you would to any other panel such as the Grid or Canvas.

Basic Transforms

ComponentOne LayoutTransformer for Windows Phone supports several transforms that allow you to change the appearance of items in the control. The following transforms let you customize the C1LayoutTransformer control:

 

Property

Description

MatrixTransform

Creates an arbitrary affine matrix transformation that is used to manipulate objects or coordinate systems in a two-dimensional plane.

RotateTransform

Rotates an object clockwise about a specified point in a two-dimensional x-y coordinate system.

ScaleTransform

Scales an object in the two-dimensional x-y coordinate system.

SkewTransform

Represents a two-dimensional skew.

TransformGroup

Represents a composite Transform composed of other Transform objects.

TranslateTransform

Translates (moves) an object in the two-dimensional x-y coordinate system.


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