Exemplo n.º 1
0
 static NDynamicContentTooltip()
 {
     NDynamicContentTooltipSchema = NSchema.Create(typeof(NDynamicContentTooltip), NTooltip.NTooltipSchema);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Static constructor
 /// </summary>
 static NImageExportExample()
 {
     NImageExportExampleSchema = NSchema.Create(typeof(NImageExportExample), NChartExampleBase.NChartExampleBaseSchema);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NCrowsFootDatabaseShapesExample()
 {
     NCrowsFootDatabaseShapesExampleSchema = NSchema.Create(typeof(NCrowsFootDatabaseShapesExample), NDiagramExampleBase.NDiagramExampleBaseSchema);
 }
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NSpringGraphLayoutExample()
 {
     NSpringGraphLayoutExampleSchema = NSchema.Create(typeof(NSpringGraphLayoutExample), NLayoutExampleBase <NSpringGraphLayout> .NLayoutExampleBaseSchema);
 }
 static NRangeScrollBarsExample()
 {
     NRangeScrollBarsExampleSchema = NSchema.Create(typeof(NRangeScrollBarsExample), NExampleBase.NExampleBaseSchema);
 }
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NAppointmentEditorCustomizationExample()
 {
     NAppointmentEditorCustomizationExampleSchema = NSchema.Create(typeof(NAppointmentEditorCustomizationExample), NScheduleExampleBaseSchema);
 }
 /// <summary>
 /// Static constructor.
 /// </summary>
 static CustomAppointmentEditTool()
 {
     CustomAppointmentEditToolSchema = NSchema.Create(typeof(CustomAppointmentEditTool), NAppointmentEditToolSchema);
 }
Exemplo n.º 8
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NCountryShapesExample()
 {
     NCountryShapesExampleSchema = NSchema.Create(typeof(NCountryShapesExample), NDiagramExampleBase.NDiagramExampleBaseSchema);
 }
Exemplo n.º 9
0
 static NHSBWheelColorPickerExample()
 {
     NHSBWheelColorPickerExampleSchema = NSchema.Create(typeof(NHSBWheelColorPickerExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 10
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NMeasureTextExample()
 {
     NMeasureTextExampleSchema = NSchema.Create(typeof(NMeasureTextExample), NExampleBase.NExampleBaseSchema);
 }
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NRichTextFormattingExample()
 {
     NRichTextFormattingExampleSchema = NSchema.Create(typeof(NRichTextFormattingExample), NDiagramExampleBase.NDiagramExampleBaseSchema);
 }
Exemplo n.º 12
0
 /// <summary>
 /// Static constructor
 /// </summary>
 static NAxisReferenceLinesExample()
 {
     NAxisReferenceLinesExampleSchema = NSchema.Create(typeof(NAxisReferenceLinesExample), NChartExampleBase.NChartExampleBaseSchema);
 }
Exemplo n.º 13
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NHatchFillExample()
 {
     NHatchFillExampleSchema = NSchema.Create(typeof(NHatchFillExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 14
0
 static NTransformContentExample()
 {
     NTransformContentExampleSchema = NSchema.Create(typeof(NTransformContentExample), NExampleBase.NExampleBaseSchema);
 }
        /// <summary>
        /// Static constructor.
        /// </summary>
        static NPaintingGraphicsPathsExample()
        {
            NPaintingGraphicsPathsExampleSchema = NSchema.Create(typeof(NPaintingGraphicsPathsExample), NExampleBase.NExampleBaseSchema);

            FillProperty = NPaintingGraphicsPathsExampleSchema.AddSlot("Fill", typeof(NFill), defaultFill);
        }
Exemplo n.º 16
0
 static NDocumentBoxExample()
 {
     NDocumentBoxExampleSchema = NSchema.Create(typeof(NDocumentBoxExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 17
0
 /// <summary>
 /// Static constructor
 /// </summary>
 static NDateTimeScaleExample()
 {
     NDateTimeScaleExampleSchema = NSchema.Create(typeof(NDateTimeScaleExample), NChartExampleBase.NChartExampleBaseSchema);
 }
Exemplo n.º 18
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NConnectorWithMultipleLabelsExample()
 {
     NConnectorWithMultipleLabelsExampleSchema = NSchema.Create(typeof(NConnectorWithMultipleLabelsExample), NDiagramExampleBaseSchema);
 }
 /// <summary>
 /// Static constructor.
 /// </summary>
 static CustomAddAppointmentCommandAction()
 {
     CustomAddAppointmentCommandActionSchema = NSchema.Create(typeof(CustomAddAppointmentCommandAction), NAddAppointmentCommandActionSchema);
 }
Exemplo n.º 20
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NMapProjectionsExample()
 {
     NMapProjectionsExampleSchema = NSchema.Create(typeof(NMapProjectionsExample), NDiagramExampleBase.NDiagramExampleBaseSchema);
 }
Exemplo n.º 21
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NTreeViewItemsManipulationExample()
 {
     NTreeViewItemsManipulationExampleSchema = NSchema.Create(typeof(NTreeViewItemsManipulationExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 22
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NTabExample()
 {
     NTabExampleSchema = NSchema.Create(typeof(NTabExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 23
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NPairBoxExample()
 {
     NPairBoxExampleSchema = NSchema.Create(typeof(NPairBoxExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 24
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NComboBoxDataBindingExample()
 {
     NComboBoxDataBindingExampleSchema = NSchema.Create(typeof(NComboBoxDataBindingExample), NExampleBase.NExampleBaseSchema);
 }
 /// <summary>
 /// Static constructor
 /// </summary>
 static NAxisLabelsOrientationtExample()
 {
     NAxisLabelsOrientationtExampleSchema = NSchema.Create(typeof(NAxisLabelsOrientationtExample), NChartExampleBase.NChartExampleBaseSchema);
 }
Exemplo n.º 26
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NScrollingExample()
 {
     NScrollingExampleSchema = NSchema.Create(typeof(NScrollingExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 27
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NFormulaGroupingExample()
 {
     NFormulaGroupingExampleSchema = NSchema.Create(typeof(NFormulaGroupingExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 28
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NMessageBoxExample()
 {
     NMessageBoxExampleSchema = NSchema.Create(typeof(NMessageBoxExample), NExampleBase.NExampleBaseSchema);
 }
Exemplo n.º 29
0
 /// <summary>
 /// Static constructor.
 /// </summary>
 static NWorldPopulationExample()
 {
     NWorldPopulationExampleSchema = NSchema.Create(typeof(NWorldPopulationExample), NDiagramExampleBase.NDiagramExampleBaseSchema);
 }
Exemplo n.º 30
0
 /// <summary>
 ///
 /// </summary>
 static NSampleReport2Example()
 {
     NSampleReport2ExampleSchema = NSchema.Create(typeof(NSampleReport2Example), NTextExampleBase.NTextExampleBaseSchema);
 }