TextActionEntity.TextFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the text format of the TextActionEntity.
public:
property ActionEntityTextFormat TextFormat { ActionEntityTextFormat get(); };
ActionEntityTextFormat TextFormat();
public ActionEntityTextFormat TextFormat { get; }
var actionEntityTextFormat = textActionEntity.textFormat;
Public ReadOnly Property TextFormat As ActionEntityTextFormat
Property Value
A member of the ActionEntityTextFormat enumeration specifying the text format of the TextActionEntity.