Found 4 packages
Xamarin.Forms Effects(add Border / add placeholder / add Text / add Command / add NumberPicker, TimePicker and DatePicker / alter color for switch and slider / alter LineHeight of Label and Editor / Button to flat / Size to fit for Label / add touch events / Floating / Feedback / Gradient) for iOS / Android
A command-line utility to help developers minify JSON files by removing whitespace and formatting, reducing file size (typically 30%) for production use.
Diagram is a .NET library that allows you to build diagrams like flow charts, organizational charts, mind maps, and floor plan diagrams. Key features: • Built-in or custom objects with which to build any kind of diagram. • Bilt-in standard shapes. • Connectors with straight, orthogonal, and curved segments. • Line bridging. • Line routing. • Connector decorators. • Custom appearance of shapes and connectors. • Reusable nodes in stencil can be added and reused any number of times. • Label with runtime editing and alignment. • Objects can be selected and edited (drag, resize, rotate, snap, and delete). • Objects can be aligned using spacing,sizing, and alignment commands. • Clipboard options. • Undo and redo allow you to correct recent errors. • Z-order commands allow you to adjust which objects should be above or below. • Multiple objects can be grouped as a single unit. • Zoom and pan allow you to explore large diagrams by using mouse, keyboard, and overview control. • Automatic layout allows you to arrange diagrams in a tree or circular fashion. • Fast loading using virtualization technique. • Context menu. • Rulers and gridlines allow you to measure and align objects. • Diagram can be exported as images. • Diagram can be printed onto a sheet of paper. • Diagram can be saved as a file for state persistence and loaded back for editing. Documentation: https://help.syncfusion.com/wpf/diagram/getting-started?utm_source=nuget&utm_medium=listing Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing Forum: https://www.syncfusion.com/forums/wpf?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing). © Copyright 2020 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
GDShrapt.Formatter provides configurable code formatting for GDScript 2.0 (Godot 4.x) with auto type inference. Format Rules: - Indentation (GDF001): Tabs or spaces with configurable size - Blank Lines (GDF002): Between functions, after class declaration, between member types - Spacing (GDF003): Around operators, after commas/colons, inside brackets - Trailing Whitespace (GDF004): Remove trailing spaces, ensure EOF newline - Line Endings (GDF005): Normalize to LF, CRLF, or Platform - Line Wrapping (GDF006): Automatic wrapping for long lines - Auto Type Hints (GDF007): Automatically add inferred type hints (opt-in) - Code Reorder (GDF008): Reorder class members by type (opt-in) Key Features: - Style extraction from sample code ("format by example") - LSP compatible options (tabSize, insertSpaces, trimTrailingWhitespace, etc.) - Uses GDTypeInferenceEngine for automatic type hints - Presets: Default, GDScriptStyleGuide, Minimal Usage: new GDFormatter(options).FormatCode(code) Requires: GDShrapt.Reader, GDShrapt.Validator