====== Style ====== Property of [[:scripting:api:label-info:start|ILabelInfo]] ===== Description ===== Connected Style ===== Property type ===== Read-Only Property of type **[[:scripting:api:style:start|IStyle]]** ===== Syntax ===== ==== JavaScript ==== var pStyle = LabelInfo.Style; ==== Visual Basic Script ==== pStyle = LabelInfo.Style ==== C++ ==== CComPtr pStyle; HRESULT hr = LabelInfo.get_Style(&pStyle); ===== See Also ===== [[:scripting:api:label-info:start|ILabelInfo]] ~~NOTOC~~
var pStyle = LabelInfo.Style;
pStyle = LabelInfo.Style
CComPtr pStyle; HRESULT hr = LabelInfo.get_Style(&pStyle);