[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.IStyleTemplateCustomDrawingSupport

接口 IStyleTemplateCustomDrawingSupport

支持改写CellType的设计时的预览。如果实现了这个接口,CellType会用这个方法在样式选择中显示,如果没有实现则会使用CellTypeDesigner上的GetDrawingControl方法来预览。

命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.Design.dll
语法
public interface IStyleTemplateCustomDrawingSupport

方法

GetPreviewSize()

获取设计时预览的大小。 Get preview size in designer.

声明
Size GetPreviewSize()
返回值
类型 描述
System.Windows.Size

预览的大小。

GetStyleTemplateCustomDrawingControl(ICellInfo, IDrawingHelper, string)

支持改写单元格模板样式的预览。如果修改单元格模板样式的预览效果,需重写该方法。

声明
FrameworkElement GetStyleTemplateCustomDrawingControl(ICellInfo cellInfo, IDrawingHelper drawingHelper, string displayText)
参数
类型 名称 描述
ICellInfo cellInfo

单元格信息。

IDrawingHelper drawingHelper

画法帮助工具。

string displayText

显示文本。

返回值
类型 描述
System.Windows.FrameworkElement