|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Using multiple properties of FontStyleI want to create a Font object that is both Italic and Strikeout. However,
in the Font constructor there is only room for one FontStyle property. How can I make my Font use more than one FontStyle property? Thanks. "Nathan Sokalski" <njsokal***@hotmail.com> wrote in message Or and Xor.news:%23iiiO3prGHA.3384@TK2MSFTNGP04.phx.gbl... > I want to create a Font object that is both Italic and Strikeout. However, > in the Font constructor there is only room for one FontStyle property. How > can I make my Font use more than one FontStyle property? Thanks. If you want to detect if the bit is set, use And. |
|||||||||||||||||||||||