StringFormat Class

Definition

Line 1187 of System.Windows/Graphics.cm

Constructors & Destructor

public StringFormat()
public StringFormat(StringAlignment horizontalAlignment, StringAlignment verticalAlignment)
public StringFormat(StringAlignment horizontalAlignment, StringAlignment verticalAlignment, HotKeyPrefix hotKeyPrefix)
public nothrow StringFormat(StringFormat&& that)
public StringFormat(const NativeHandle& nativeHandle_)
public StringFormat(const StringFormat& that)
public ~StringFormat()

Member Functions

public static nothrow StringFormat GenericDefault()
public static nothrow StringFormat GenericTypographic()
public inline nothrow void* NativeFormat() const
public nothrow GraphicsStatus SetAlignment(StringAlignment alignment)
public void SetAlignmentChecked(StringAlignment alignment)
public nothrow GraphicsStatus SetHotKeyPrefix(HotKeyPrefix hotKeyPrefix)
public void SetHotKeyPrefixChecked(HotKeyPrefix hotKeyPrefix)
public nothrow GraphicsStatus SetLineAlignment(StringAlignment alignment)
public void SetLineAlignmentChecked(StringAlignment alignment)
public void operator=(const StringFormat& that)

Member Variables

private void* nativeFormat
private bool owned

Constructor& Destructor Details

StringFormat Constructor

public StringFormat()

Definition
Line 1189 of System.Windows/Graphics.cm


StringFormat Constructor

public StringFormat(StringAlignment horizontalAlignment, StringAlignment verticalAlignment)

Definition
Line 1214 of System.Windows/Graphics.cm


StringFormat Constructor

public StringFormat(StringAlignment horizontalAlignment, StringAlignment verticalAlignment, HotKeyPrefix hotKeyPrefix)

Definition
Line 1208 of System.Windows/Graphics.cm


StringFormat Constructor

public nothrow StringFormat(StringFormat&& that)

Definition
Line 1217 of System.Windows/Graphics.cm


StringFormat Constructor

public StringFormat(const NativeHandle& nativeHandle_)

Definition
Line 1193 of System.Windows/Graphics.cm


StringFormat Constructor

public StringFormat(const StringFormat& that)

Definition
Line 1196 of System.Windows/Graphics.cm


~StringFormat Destructor

public ~StringFormat()

Definition
Line 1244 of System.Windows/Graphics.cm


Member Function Details

GenericDefault Static Member Function

public static nothrow StringFormat GenericDefault()

Definition
Line 1279 of System.Windows/Graphics.cm


GenericTypographic Static Member Function

public static nothrow StringFormat GenericTypographic()

Definition
Line 1284 of System.Windows/Graphics.cm


NativeFormat Member Function

public inline nothrow void* NativeFormat()

Definition
Line 1275 of System.Windows/Graphics.cm


SetAlignment Member Function

public nothrow GraphicsStatus SetAlignment(StringAlignment alignment)

Definition
Line 1251 of System.Windows/Graphics.cm


SetAlignmentChecked Member Function

public void SetAlignmentChecked(StringAlignment alignment)

Definition
Line 1255 of System.Windows/Graphics.cm


SetHotKeyPrefix Member Function

public nothrow GraphicsStatus SetHotKeyPrefix(HotKeyPrefix hotKeyPrefix)

Definition
Line 1267 of System.Windows/Graphics.cm


SetHotKeyPrefixChecked Member Function

public void SetHotKeyPrefixChecked(HotKeyPrefix hotKeyPrefix)

Definition
Line 1271 of System.Windows/Graphics.cm


SetLineAlignment Member Function

public nothrow GraphicsStatus SetLineAlignment(StringAlignment alignment)

Definition
Line 1259 of System.Windows/Graphics.cm


SetLineAlignmentChecked Member Function

public void SetLineAlignmentChecked(StringAlignment alignment)

Definition
Line 1263 of System.Windows/Graphics.cm


operator= Member Function

public void operator=(const StringFormat& that)

Definition
Line 1222 of System.Windows/Graphics.cm