This document is archived and information here might be outdated.  Recommended version.


IFontAttribute.State Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IF > IFontAttribute Interface > IFontAttribute.State Property
ArcGIS Developer Help

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(
  Boolean* State
);
[C++]
HRESULT put_State(
  VARIANT_BOOL State
);
[C++]
Parameters
State [out, retval]

State is a parameter of type bool* State [in]
State is a parameter of type 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