TextEffect.Transform Właściwość

Definicja

Pobiera lub ustawia wartośćTransform, która jest stosowana do .TextEffect

public:
 property System::Windows::Media::Transform ^ Transform { System::Windows::Media::Transform ^ get(); void set(System::Windows::Media::Transform ^ value); };
public System.Windows.Media.Transform Transform { get; set; }
member this.Transform : System.Windows.Media.Transform with get, set
Public Property Transform As Transform

Wartość właściwości

Wartość Transform elementu TextEffect.

Przykłady

W poniższym przykładzie TextEffect znaczników jest tworzony dla TextBlock obiektu. W tym przypadku efekt jest animacją rotacji.

<TextBlock.TextEffects>
  <!-- The TextEffect to animate. -->
  <TextEffect PositionCount="1" x:Name="MyTextEffect">
    <TextEffect.Transform>
      <RotateTransform x:Name="TextEffectRotateTransform" 
        Angle="0" CenterX="10" CenterY="10" />
    </TextEffect.Transform>
  </TextEffect>
</TextBlock.TextEffects>

Uwagi

Informacje dotyczące właściwości zależności

Pole identyfikatora TransformProperty
Właściwości metadanych ustawione na true Brak

Dotyczy