ISmartArtShape

ISmartArtShape接口

表示SmartArt图表中的形状

public interface ISmartArtShape : IGeometryShape

属性

名称描述
AsIGeometryShape { get; }允许获取基础的IGeometryShape接口。只读 IGeometryShape
TextFrame { get; }返回SmartArt形状的文本。只读 ITextFrame

另见