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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.