控件中的多行文本类型
[ 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());