API changes - 1.36 |
+ string MarkerDirectory { get; }
+ public ChangeActiveJobFromPathEvent( )
+ public ShowParameterFinderEvent( )
- public virtual void Rebuild( dmat4 modelMatrix )
+ public Thickness RotationThickness { get; }
+ public Visibility SizeVis { get; }
+ public Visibility TransformationVis { get; }
+ public void UpdateBoundBox( )
- public void UpdateTransformations( )
+ public void UpdateTransformations( dvec3 scale, dvec3 rotation, dvec3 offset )
- public Action ApplyFillingRequested { get; set; }
+ public bool IsNewLayer { get; set; }
+ public bool IsTextLayer { get; set; }
- public bool ShowFillingButton { get; }
+ public TextSettingView TextSettingView { get; set; }
+ public AlignmentConverter( )
+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public AttachmentPointRadioConverter( )
+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public bool TextAsVectors { get; set; }
+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public DirectionConverter( )
+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public FontStyleConverter( )
+ public virtual object Convert( object value, Type targetType, object parameter, CultureInfo culture )
+ public virtual object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture )
+ public FontWeightConverter( )
+ public FontFamily FontFamily { get; set; }
+ public GlyphPicker( )
+ public Action<string> GlyphSelected { get; set; }
+ public virtual void InitializeComponent( )
+ protected virtual void OnPreviewKeyDown( KeyEventArgs e )
+ public TextBlock Character { get; }
+ public SymbolView( )
+ public long Batch { get; set; }
+ public bool Cache { get; set; }
+ public long CurrentIteration { get; set; }
+ public string DateFormat { get; set; }
+ public Dictionary<string, string> DateStrings { get; set; }
+ public Visibility DateVis { get; }
+ public int Digits { get; set; }
+ public string FilePath { get; set; }
+ public BindablePoint FixedSize { get; set; }
+ public bool FontHeightEnabled { get; }
+ public FontInformation FontInformation { get; set; }
+ public FontType FontType { get; set; }
+ public virtual string GetHelpID( )
+ public bool HasTransformation { get; set; }
+ public long Increment { get; set; }
+ public Visibility IncrementCustomVis { get; }
+ public Visibility IncrementVis { get; }
+ public virtual void InitializeComponent( )
+ public bool IsSizeFixed { get; set; }
+ public bool IsTrueType { get; set; }
+ public List<string> LastUsedStrokeFonts { get; set; }
+ public List<string> LastUsedTrueTypeFonts { get; set; }
+ public string LogPath { get; set; }
+ public Visibility LogVis { get; }
+ public BindablePoint Offset { get; set; }
+ public Visibility PathVis { get; }
+ public Action ResetCounter { get; set; }
+ public bool ResetCounterRequired { get; }
+ public ICommand ResetLogCommand { get; }
+ public IncrementalTextResetType ResetType { get; set; }
+ public string ResultingText { get; set; }
+ public Visibility ResultingTextVis { get; }
+ public double Rotation { get; set; }
+ public BindablePoint Scale { get; set; }
+ public string SelectedDateFormat { get; set; }
+ public ComboBoxItem SelectedFontComboBoxItem { get; set; }
+ public TextGeneratorType SourceType { get; set; }
+ public long Start { get; set; }
+ public string Text { get; set; }
+ public bool TextEnabled { get; }
+ public TextSettingView( )
+ public bool UnderlineEnabled { get; set; }
+ public void UpdateDynamicText( string text )
+ public void UpdateFonts( )
+ public VectorGraphicEngine VectorGraphicEngine { get; set; }
+ public bool WrapAround { get; set; }
+ public virtual VectorGraphicTextLayer AddTextLayer( )
+ public virtual VectorGraphicTextLayer InsertTextLayer( int index )
+ public virtual void UpdateDynamicContent( bool preUpdate, Guid? simulationID )
+ public void BuildTextLayers( )
+ public void BuildContent( )
+ protected virtual void DoCopyFrom( BaseVectorGraphicElement source )
+ public dvec2 FixedSize { get; set; }
+ public FontInformation FontInformation { get; set; }
+ public bool IsSizeFixed { get; set; }
+ public dvec3 Offset { get; set; }
+ public double Rotation { get; set; }
+ public dvec2 Scale { get; set; }
+ public BaseTextGenerator Source { get; set; }
+ public string Text { get; set; }
+ public void UpdateDynamicContent( bool peek, bool preUpdate, Guid? simulationID )
+ protected VectorGraphicTextLayer( )