scripting:api:label-info:style

Style

Property of ILabelInfo

Connected Style

Read-Only Property of type IStyle

var pStyle = LabelInfo.Style;
pStyle = LabelInfo.Style
CComPtr<IStyle> pStyle;
HRESULT hr = LabelInfo.get_Style(&pStyle);