VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Wpf.UI Namespace / WpfPdfFontViewerControl Class / CellSize Property
Syntax Requirements SeeAlso
In This Topic
    CellSize Property (WpfPdfFontViewerControl)
    In This Topic
    Gets or sets a cell size for font symbol.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(System.Windows.SizeConverter)>
    Public Property CellSize As System.Windows.Size
    
    
    [TypeConverter(System.Windows.SizeConverter)]
    public System.Windows.Size CellSize { get; set; }
    
    
    [TypeConverter(System.Windows.SizeConverter)]
    public: __property System.Windows.Size* get_CellSize();
    public: __property void set_CellSize(
    System.Windows.Size* value
    );
    [TypeConverter(System.Windows.SizeConverter)]
    public:
    property System.Windows.Size^ CellSize { System.Windows.Size^ get(); void set(System.Windows.Size^ value); }
    Requirements

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

    See Also