Exemplo n.º 1
0
 public SankeyAdaptiveLayoutBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 2
0
 public SankeyLabelShadowBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 3
0
 public TreeMapTitleMarginBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public FilterBuilderGroupOperationDescriptionsBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public CustomFileProviderBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 6
0
 public PatternRuleBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public FormGroupItemColCountByScreenBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 8
0
 public FormItemLabelBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 9
0
 public MapKeyBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 10
0
 public ChartSeriesHoverStyleHatchingBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public TreeListStateStoringBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public ResponsiveBoxItemsLocationBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 13
0
 public VizFontBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 14
0
 public PivotGridFieldChooserTextsBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 15
0
 public FileManagerUploadBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public TreeListHeaderFilterTextsBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 17
0
 public PolarChartTooltipBorderBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 18
0
 public RequiredRuleBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 19
0
 public AccordionItemBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public PolarChartSeriesLabelConnectorBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public SankeyTooltipBorderBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 22
0
 public PieChartSeriesSmallValuesGroupingBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 23
0
 public NumericRuleBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 24
0
 public VizRangeLengthBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 25
0
 public PieChartCommonSeriesSettingsSelectionStyleHatchingBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 26
0
 public RangeSelectorTitleMarginBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 27
0
 public ButtonGroupItemBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
 public ChartCommonAxisSettingsGridBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 29
0
 public MenuShowFirstSubmenuModeDelayBuilder(OptionsOwnerContext context)
     : base(context)
 {
 }
Exemplo n.º 30
0
 /// <summary>
 /// 初始化
 /// </summary>
 /// <param name="context">控件可选项上下文</param>
 public FileProviderFactory(OptionsOwnerContext context)
 {
     _context = context;
 }