Axis.TitleAlignment 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置轴标题的对齐方式。
public:
property System::Drawing::StringAlignment TitleAlignment { System::Drawing::StringAlignment get(); void set(System::Drawing::StringAlignment value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.StringAlignment TitleAlignment { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.TitleAlignment : System.Drawing.StringAlignment with get, set
Public Property TitleAlignment As StringAlignment
属性值
一个 StringAlignment 枚举值,该值指定轴标题的对齐方式。
- 属性
注解
可能的对齐值为 Center、 Far和 Near。 值 Far 相当于与顶部或右侧的对齐方式,具体取决于轴或带状线的方向。 以同样的方式, 值 Near 等同于与底部或右侧的对齐方式。
如果要更好地控制轴标题的位置,则必须使用 PostPaint 或 PrePaint 事件执行自定义绘制。
可以使用对象的 属性进一步对齐和定位对象的TextLineAlignment标题StripLine。