ArcObjects Library Reference (Display)  

IFontAttribute.State Property

Indicates if a boolean font attribute is set.

[Visual Basic .NET]
Public Property State As Boolean
[C#]
public bool State {get; set;}
[C++]
HRESULT get_State(
  VARIANT_BOOL* State
);
[C++]
HRESULT put_State(
  VARIANT_BOOL State
);
[C++]

Parameters

State [out, retval]   State is a parameter of type VARIANT_BOOL State [in]   State is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Boolean setting of either Italic, Bold or Underline.

See Also

IFontAttribute Interface