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() |
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) |
private void* | nativeFormat |
private bool | owned |