| PdfViewerVisualChildrenCount Property |
Gets the number of visual child elements within this element.
Namespace: Patagames.Pdf.Net.Controls.WpfAssembly: Patagames.Pdf.Wpf (in Patagames.Pdf.Wpf.dll) Version: 4.94.2704
Syntax protected override int VisualChildrenCount { get; }
Protected Overrides ReadOnly Property VisualChildrenCount As Integer
Get
protected:
virtual property int VisualChildrenCount {
int get () override;
}
abstract VisualChildrenCount : int with get
override VisualChildrenCount : int with get
/** @property */
protected int get_VisualChildrenCount()
function get_VisualChildrenCount();
Property Value
Int32See Also