文本风格编辑控件。

命名空间:  SuperMap.UI
程序集:  SuperMap.UI.Controls (in SuperMap.UI.Controls)
版本: dll

语法

C#
[ToolboxBitmapAttribute(typeof(TextStyleControl))]
public class TextStyleControl : UserControl

备注

提供了以界面交互方式设置文本风格的场所,如设置文本的字体、大小、旋转角度以及粗体等字体效果。用户在文本风格编辑控件中所设置的文本风格结果通过 TextStyleControl.TextStyleTextStyleControl.GeoText 属性返回。

继承层次

System..::.Object
  System..::.MarshalByRefObject
    System.ComponentModel..::.Component
      System.Windows.Forms..::.Control
        System.Windows.Forms..::.ScrollableControl
          System.Windows.Forms..::.ContainerControl
            System.Windows.Forms..::.UserControl
              SuperMap.UI..::.TextStyleControl

请参见