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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.