VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / TextBlockFontDefaultValue Property
Syntax Requirements SeeAlso
In This Topic
    TextBlockFontDefaultValue Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets the default font for a text block.
    Syntax
    'Declaration
    
    <CategoryAttribute("Common Panel Appearance")>
    <DescriptionAttribute("The default font for a text block.")>
    Public Property TextBlockFontDefaultValue As System.Windows.Media.Typeface
    
    
    [Category("Common Panel Appearance")]
    [Description("The default font for a text block.")]
    public System.Windows.Media.Typeface TextBlockFontDefaultValue { get; set; }
    
    
    [Category("Common Panel Appearance")]
    [Description("The default font for a text block.")]
    public: __property System.Windows.Media.Typeface* get_TextBlockFontDefaultValue();
    public: __property void set_TextBlockFontDefaultValue(
    System.Windows.Media.Typeface* value
    );
    [Category("Common Panel Appearance")]
    [Description("The default font for a text block.")]
    public:
    property System.Windows.Media.Typeface^ TextBlockFontDefaultValue { System.Windows.Media.Typeface^ get(); void set(System.Windows.Media.Typeface^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also