ArcObjects Library Reference (Display)  

IPictureFillSymbol.Angle Property

Angle of picture fill.

[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
  double* Angle
);
[C++]
HRESULT put_Angle(
  double Angle
);
[C++]

Parameters

Angle [out, retval]   Angle is a parameter of type double Angle [in]   Angle is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The Angle of the bitmap image or emf file within the fill. Valid ranges are -360 to 360. The default Angle is 0.

See Also

IPictureFillSymbol Interface