ImageAnnotation.ImageWrapMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the drawing mode of the image.
public:
property System::Web::UI::DataVisualization::Charting::ChartImageWrapMode ImageWrapMode { System::Web::UI::DataVisualization::Charting::ChartImageWrapMode get(); void set(System::Web::UI::DataVisualization::Charting::ChartImageWrapMode value); };
[System.ComponentModel.Bindable(true)]
public System.Web.UI.DataVisualization.Charting.ChartImageWrapMode ImageWrapMode { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ImageWrapMode : System.Web.UI.DataVisualization.Charting.ChartImageWrapMode with get, set
Public Property ImageWrapMode As ChartImageWrapMode
Property Value
A ChartImageWrapMode enumeration value that defines the drawing mode of the image.
- Attributes
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.