www.mxdraw.com
内容索引主面
前一个向上下一个
IMxDrawMText 接口

控件中的多行文本类型

IDL
[ object, uuid(298670DD-CA87-40CC-B452-ADA49866E926), dual, nonextensible, helpstring("IMxDrawMText interface"), pointer_default(unique) ]
interface IMxDrawMText : IMxDrawEntity;

MxDrawMText.idl

例如:得到LineSpacingStyle

     MxDrawResbuf retT = txt.GetProp("LineSpacingStyle");
     MessageBox.Show(retT.AtLong(0).ToString());

 

例如:得到FlowDirection

     MxDrawResbuf retT = txt.GetProp("FlowDirection");
     MessageBox.Show(retT.AtLong(0).ToString());
Copyright (c) 2010. All rights reserved.
你认为该帮助怎么样? 发送反馈信息!