ImageAnnotation.ImageWrapMode 属性

定义

获取或设置图像的绘制模式。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

属性值

ChartImageWrapMode

一个 ChartImageWrapMode 枚举值,该值定义图像的绘制模式。A ChartImageWrapMode enumeration value that defines the drawing mode of the image.

属性

适用于