次の方法で共有


StringFormat クラス

配置や行間などのテキスト レイアウト情報、省略記号の挿入や国別の代替の数字形式などの表示方法、および OpenType 機能をカプセル化します。このクラスは継承できません。

この型のすべてのメンバの一覧については、StringFormat メンバ を参照してください。

System.Object
   System.MarshalByRefObject
      System.Drawing.StringFormat

NotInheritable Public Class StringFormat
   Inherits MarshalByRefObject
   Implements ICloneable, IDisposable
[C#]
public sealed class StringFormat : MarshalByRefObject, ICloneable,
   IDisposable
[C++]
public __gc __sealed class StringFormat : public
   MarshalByRefObject, ICloneable, IDisposable
[JScript]
public class StringFormat extends MarshalByRefObject implements
   ICloneable, IDisposable

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

StringFormatFlags 列挙体により、多数の一般的な形式を使用できます。 StringFormat オブジェクトは変更可能です。

必要条件

名前空間: System.Drawing

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: System.Drawing (System.Drawing.dll 内)

参照

StringFormat メンバ | System.Drawing 名前空間