Udostępnij za pośrednictwem


AxisAngleRotation3D.Angle Właściwość

Definicja

Pobiera lub ustawia kąt obrotu 3-W w stopniach.

public:
 property double Angle { double get(); void set(double value); };
public double Angle { get; set; }
member this.Angle : double with get, set
Public Property Angle As Double

Wartość właściwości

Double

Dwukrotnie określa kąt obrotu 3-W w stopniach.

Przykłady

Poniższy fragment kodu dotyczy AxisAngleRotation3D elementu GeometryModel3D.

<ModelVisual3D>
  <ModelVisual3D.Content>
    <GeometryModel3D Geometry="{StaticResource myTeapot}">
      <GeometryModel3D.Material>
        <DiffuseMaterial>
          <DiffuseMaterial.Brush>
            <SolidColorBrush Color="Blue" Opacity="1.0" />
          </DiffuseMaterial.Brush>
        </DiffuseMaterial>
      </GeometryModel3D.Material>
      <GeometryModel3D.Transform>
        <RotateTransform3D>
          <RotateTransform3D.Rotation>
            <AxisAngleRotation3D x:Name="myAngleRotation" Axis="0,3,0" Angle="1" />
          </RotateTransform3D.Rotation>
        </RotateTransform3D>
      </GeometryModel3D.Transform>
    </GeometryModel3D>
  </ModelVisual3D.Content>
</ModelVisual3D>

Uwagi

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

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

Dotyczy