This topic has not yet been rated - Rate this topic

Brush.RelativeTransform property

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

Syntax


public:
property Transform^ RelativeTransform { 
   Transform^ get();
   void set (Transform^ value);
}


<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

© 2013 Microsoft. All rights reserved.