DropDownMember.FontAttr Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the font attributes to use for rendering the entry's text.
public:
property Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR FontAttr { Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR get(); void set(Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR value); };
public:
property Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR FontAttr { Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR get(); void set(Microsoft::VisualStudio::TextManager::Interop::DROPDOWNFONTATTR value); };
public Microsoft.VisualStudio.TextManager.Interop.DROPDOWNFONTATTR FontAttr { get; set; }
member this.FontAttr : Microsoft.VisualStudio.TextManager.Interop.DROPDOWNFONTATTR with get, set
Public Property FontAttr As DROPDOWNFONTATTR
Property Value
Flags from the DROPDOWNFONTATTR enumeration.