CodeLensDetailHeaderDescriptor.Width 属性

定义

显示在详细信息弹出窗口中的此标头的所需宽度。

public:
 property double Width { double get(); void set(double value); };
public double Width { get; set; }
member this.Width : double with get, set
Public Property Width As Double

属性值

Double

注解

如果 Width < = 1.0,则将此值用作网格视图中剩余宽度百分比的 multifier,不包括所有固定宽度列,应将其分配给此列。 值1.0 表示将剩余宽度的100% 分配给此列。

适用于