Style

Property of ILabelInfo

Description

Connected Style

Property type

Read-Only Property of type IStyle

Syntax

JavaScript

var pStyle = LabelInfo.Style;

==== Visual Basic Script ====

pStyle = LabelInfo.Style

==== C++ ====

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

===== See Also ===== ILabelInfo