Brush.RelativeTransform property

This topic has not yet been rated - Rate this topic

Gets or sets the transformation that is applied to the brush using relative coordinates.

Syntax


public Transform RelativeTransform { get; set; }


<brush>
  <brush.RelativeTransform>
    singleTransform
  </brush.RelativeTransform>
</brush>

XAML Values

singleTransform

A single object element for a class that derives from Transform, for example TranslateTransform.

Property value

Type: Transform

The transformation that is applied to the brush using relative coordinates. The default value is null.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

Brush

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.