public Hyperlink(Inline childInline) : this(NoesisGUI_PINVOKE.new_Hyperlink__SWIG_1(Inline.getCPtr(childInline)), true) { }
public Italic(Inline childInline) : this(NoesisGUI_PINVOKE.new_Italic__SWIG_1(Inline.getCPtr(childInline)), true) { }
public Span(Inline childInline) : this(NoesisGUI_PINVOKE.new_Span__SWIG_1(Inline.getCPtr(childInline)), true) { }
public Italic(Inline childInline) : this(NoesisGUI_PINVOKE.new_Italic__SWIG_1(Inline.getCPtr(childInline)), true) { if (NoesisGUI_PINVOKE.SWIGPendingException.Pending) { throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve(); } }
public Bold(Inline childInline) : this(NoesisGUI_PINVOKE.new_Bold__SWIG_1(Inline.getCPtr(childInline)), true) { }
internal static HandleRef getCPtr(Inline obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public Underline(Inline childInline) : this(NoesisGUI_PINVOKE.new_Underline__SWIG_1(Inline.getCPtr(childInline)), true) { }